Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets or sets the business rule set contained in the package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public BusinessRuleSet BusinessRules { get; set; }
public:
property BusinessRuleSet^ BusinessRules {
BusinessRuleSet^ get();
void set(BusinessRuleSet^ value);
}
member BusinessRules : BusinessRuleSet with get, set
Public Property BusinessRules As BusinessRuleSet
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.BusinessRuleSet
The business rule set contained in the package.
See Also
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top