BusinessRuleSet.BRConditions Property

Definition

Caution

This API is now deprecated.

Specifies the collection of conditions.

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

Property Value

The collection of conditions.

Attributes

Applies to