BusinessRules.BRActions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an array of actions.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRAction> BRActions { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<BRAction^>^ BRActions {
    Collection<BRAction^>^ get();
    void set(Collection<BRAction^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActions : Collection<BRAction> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property BRActions As Collection(Of BRAction)

Property Value

Type: System.Collections.ObjectModel.Collection<BRAction>

A collection of type BRAction.

See Also

BusinessRules Class
Microsoft.MasterDataServices Namespace

Return to top