Propriété IBRAttributeArgumentParent.ChildArgument
Gets or sets the child attribute argument.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
Property ChildArgument As BRAttributeArgument
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument
The child attribute argument.
Voir aussi
Référence
IBRAttributeArgumentParent Interface
Espace de noms Microsoft.MasterDataServices.Services.DataContracts