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 master data contained in the package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public Collection<EntityMembers> MasterData { get; set; }
public:
property Collection<EntityMembers^>^ MasterData {
Collection<EntityMembers^>^ get();
void set(Collection<EntityMembers^>^ value);
}
member MasterData : Collection<EntityMembers> with get, set
Public Property MasterData As Collection(Of EntityMembers)
Property Value
Type: System.Collections.ObjectModel.Collection<EntityMembers>
The master data contained in the package.
See Also
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top