BRAttributeArgument.ChildArguments Property

Definition

Specifies the collection of child arguments.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRFreeformArgument ^> ^ ChildArguments { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRFreeformArgument ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRFreeformArgument> ChildArguments { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ChildArguments : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRFreeformArgument>
Public ReadOnly Property ChildArguments As Collection(Of BRFreeformArgument)

Property Value

The collection of child arguments.

Attributes

Applies to