PackageSettings.ContainsData Property
Gets or sets a value that indicates whether the package contains Master Data.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public bool ContainsData { get; set; }
public:
property bool ContainsData {
bool get();
void set(bool value);
}
member ContainsData : bool with get, set
Public Property ContainsData As Boolean
Property Value
Type: System.Boolean
true if the package contains Master Data; otherwise, false.
See Also
PackageSettings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top