BRAttributeArgument.ChildArguments Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica a coleção de argumentos filho.
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)
Valor da propriedade
A coleção de argumentos filhos.
- Atributos