BRAttributeArgument.ChildArguments Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an array of child arguments.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

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

A collection of type BRFreeformArgument.

See Also

BRAttributeArgument Class
Microsoft.MasterDataServices Namespace

Return to top