BRAttributeArgument.ChildArguments Property

 

Applies To: SQL Server 2016 Preview

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

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRFreeformArgument> ChildArguments { get; internal set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<BRFreeformArgument^>^ ChildArguments {
    Collection<BRFreeformArgument^>^ get();
    internal: void set(Collection<BRFreeformArgument^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ChildArguments : Collection<BRFreeformArgument> with get, internal set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ChildArguments As Collection(Of BRFreeformArgument)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection<BRFreeformArgument>

The collection of child arguments.

See Also

BRAttributeArgument Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top