BusinessRules.BusinessRulesMember Property

Definition

Gets or sets an array of business rules members.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BusinessRule ^> ^ BusinessRulesMember { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BusinessRule ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BusinessRule ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="BusinessRules")]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BusinessRule> BusinessRulesMember { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="BusinessRules")>]
member this.BusinessRulesMember : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BusinessRule> with get, set
Public Property BusinessRulesMember As Collection(Of BusinessRule)

Property Value

A collection of type BusinessRule.

Attributes

Applies to