Поделиться через


Свойство BRAttributeArgument.ChildArguments

Gets or sets an array of child arguments.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChildArguments As Collection(Of BRFreeformArgument)
    Get
    Set
'Применение
Dim instance As BRAttributeArgument
Dim value As Collection(Of BRFreeformArgument)

value = instance.ChildArguments

instance.ChildArguments = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRFreeformArgument> ChildArguments { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRFreeformArgument^>^ ChildArguments {
    Collection<BRFreeformArgument^>^ get ();
    void set (Collection<BRFreeformArgument^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ChildArguments : Collection<BRFreeformArgument> with get, set
function get ChildArguments () : Collection<BRFreeformArgument>
function set ChildArguments (value : Collection<BRFreeformArgument>)

Значение свойства

Тип: System.Collections.ObjectModel.Collection<BRFreeformArgument>
A collection of type BRFreeformArgument.

См. также

Справочник

BRAttributeArgument Класс

Пространство имен Microsoft.MasterDataServices