Partilhar via


Propriedade do RDL IBRAttributeArgumentParent.ChildArgument

Gets or sets the child attribute argument.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IBRAttributeArgumentParent Interface

Namespace Microsoft.MasterDataServices.Services.DataContracts