Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the metadata contained in the package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Property Metadata As Metadata
Get
Set
'Usage
Dim instance As Package
Dim value As Metadata
value = instance.Metadata
instance.Metadata = value
public Metadata Metadata { get; set; }
public:
property Metadata^ Metadata {
Metadata^ get ();
void set (Metadata^ value);
}
member Metadata : Metadata with get, set
function get Metadata () : Metadata
function set Metadata (value : Metadata)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Metadata
The metadata contained in the package.