Свойство 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.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts