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 attribute argument.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ChildArgument As BRAttributeArgument
Get
Set
'Usage
Dim instance As BRDomainBasedAttributeArgument
Dim value As BRAttributeArgument
value = instance.ChildArgument
instance.ChildArgument = value
[DataMemberAttribute]
public BRAttributeArgument ChildArgument { get; set; }
[DataMemberAttribute]
public:
virtual property BRAttributeArgument^ ChildArgument {
BRAttributeArgument^ get () sealed;
void set (BRAttributeArgument^ value) sealed;
}
[<DataMemberAttribute>]
abstract ChildArgument : BRAttributeArgument with get, set
[<DataMemberAttribute>]
override ChildArgument : BRAttributeArgument with get, set
final function get ChildArgument () : BRAttributeArgument
final function set ChildArgument (value : BRAttributeArgument)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument
The child attribute argument.
Implements
IBRAttributeArgumentParent.ChildArgument
See Also
Reference
BRDomainBasedAttributeArgument Class
Microsoft.MasterDataServices.Services.DataContracts Namespace