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 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