BusinessRule.BRActions Property

Definition

Gets or sets an array of business rule actions.

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

Property Value

A collection of type BRAction.

Attributes

Applies to