BRActionGroup.BRActionComponents 속성
Gets the collection of action components.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
Get
Friend Set
‘사용 방법
Dim instance As BRActionGroup
Dim value As Collection(Of BRActionComponent)
value = instance.BRActionComponents
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionComponent> BRActionComponents { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionComponent^>^ BRActionComponents {
Collection<BRActionComponent^>^ get ();
internal: void set (Collection<BRActionComponent^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionComponents : Collection<BRActionComponent> with get, internal set
function get BRActionComponents () : Collection<BRActionComponent>
internal function set BRActionComponents (value : Collection<BRActionComponent>)
속성 값
유형: System.Collections.ObjectModel.Collection<BRActionComponent>
The collection of action components.