BRHierarchyArgument.ChildArgument 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.
Obtém ou define o argumento filho.
public:
property Microsoft::MasterDataServices::BRAttributeArgument ^ ChildArgument { Microsoft::MasterDataServices::BRAttributeArgument ^ get(); void set(Microsoft::MasterDataServices::BRAttributeArgument ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.BRAttributeArgument ChildArgument { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ChildArgument : Microsoft.MasterDataServices.BRAttributeArgument with get, set
Public Property ChildArgument As BRAttributeArgument
Valor da propriedade
Uma nova instância de BRAttributeArgument.
- Atributos
Comentários
A implementação dessa propriedade é necessária.