Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the child argument.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property ChildArgument As BRAttributeArgument
Get
Set
'Utilisation
Dim instance As BRHierarchyArgument
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.BRAttributeArgument
A new instance of BRAttributeArgument.
Notes
Implementation of this property is required.