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
public Metadata Metadata { get; set; }
public:
property Metadata^ Metadata {
Metadata^ get();
void set(Metadata^ value);
}
member Metadata : Metadata with get, set
Public Property Metadata As Metadata
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Metadata
The metadata contained in the package.
See Also
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top