BusinessRuleSet.BusinessRules Property

Definition

Specifies the collection of business rules.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BusinessRule ^> ^ BusinessRules { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BusinessRule ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BusinessRule> BusinessRules { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BusinessRules : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BusinessRule>
Public ReadOnly Property BusinessRules As Collection(Of BusinessRule)

Property Value

The collection of business rules.

Attributes

Applies to