BusinessRuleSet.BRActions Property

Definition

Caution

This API is now deprecated.

Specifies the collection of actions.

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

Property Value

The collection of actions.

Attributes

Applies to