BusinessRuleSet.BRActions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection of actions.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

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

The collection of actions.

See Also

BusinessRuleSet Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top