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 命名空间