共用方式為


ChildArguments 屬性

Gets or sets the collection of child arguments.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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< (Of < ( <'BRFreeformArgument> ) > ) >
A collection of type BRFreeformArgument.