BRAttributeArgument.ChildArguments Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie l’ensemble des arguments enfants.
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)
Valeur de propriété
La collection des arguments d’enfants.
- Attributs