BRActionGroup.BRActionComponents Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of action components.

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

Syntax

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

Property Value

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

The collection of action components.

See Also

BRActionGroup Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top