Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the child argument.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ChildArgument As BRAttributeArgument
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.BRAttributeArgument
A new instance of BRAttributeArgument.
Remarks
Implementation of this property is required.