BRAttributeArgument.ChildArguments Property

Definition

Gets or sets an array of child arguments.

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

Property Value

A collection of type BRFreeformArgument.

Attributes

Applies to