Compartir a través de


IBRAttributeArgumentParent.ChildArgument Propiedad

Gets or sets the child attribute argument.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
Property ChildArgument As BRAttributeArgument 
    Get 
    Set
'Uso
Dim instance As IBRAttributeArgumentParent 
Dim value As BRAttributeArgument 

value = instance.ChildArgument

instance.ChildArgument = value
BRAttributeArgument ChildArgument { get; set; }
property BRAttributeArgument^ ChildArgument {
    BRAttributeArgument^ get ();
    void set (BRAttributeArgument^ value);
}
abstract ChildArgument : BRAttributeArgument with get, set
function get ChildArgument () : BRAttributeArgument 
function set ChildArgument (value : BRAttributeArgument)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument
The child attribute argument.

Vea también

Referencia

IBRAttributeArgumentParent Interfaz

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts