BRGetCriteria.BusinessRuleIds Property

Definition

Specifies the collection of business rule Identifiers.

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

Property Value

The collection of business rule Identifiers.

Attributes

Applies to