Compartir a través de


BRDomainBasedAttributeArgument.ChildArgument Propiedad

Gets or sets a child argument.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ChildArgument As BRAttributeArgument
    Get
    Set
'Uso
Dim instance As BRDomainBasedAttributeArgument
Dim value As BRAttributeArgument

value = instance.ChildArgument

instance.ChildArgument = value
[DataMemberAttribute]
public BRAttributeArgument ChildArgument { get; set; }
[DataMemberAttribute]
public:
property BRAttributeArgument^ ChildArgument {
    BRAttributeArgument^ get ();
    void set (BRAttributeArgument^ value);
}
[<DataMemberAttribute>]
member ChildArgument : BRAttributeArgument with get, set
function get ChildArgument () : BRAttributeArgument
function set ChildArgument (value : BRAttributeArgument)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.BRAttributeArgument
A new instance of type BRAttributeArgument.

Vea también

Referencia

BRDomainBasedAttributeArgument Clase

Espacio de nombres Microsoft.MasterDataServices