BRAttributeArgument.ChildArguments Property
Gets or sets the collection of child arguments.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChildArguments As Collection(Of BRFreeformArgument)
Get
Friend Set
'Usage
Dim instance As BRAttributeArgument
Dim value As Collection(Of BRFreeformArgument)
value = instance.ChildArguments
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRFreeformArgument> ChildArguments { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRFreeformArgument^>^ ChildArguments {
Collection<BRFreeformArgument^>^ get ();
internal: void set (Collection<BRFreeformArgument^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ChildArguments : Collection<BRFreeformArgument> with get, internal set
function get ChildArguments () : Collection<BRFreeformArgument>
internal function set ChildArguments (value : Collection<BRFreeformArgument>)
Property Value
Type: System.Collections.ObjectModel.Collection<BRFreeformArgument>
The collection of child arguments.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace