IBRAttributeArgumentParent.ChildArgument Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the child attribute argument.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

BRAttributeArgument ChildArgument { get; set; }
property BRAttributeArgument^ ChildArgument {
    BRAttributeArgument^ get();
    void set(BRAttributeArgument^ value);
}
abstract ChildArgument : BRAttributeArgument with get, set
Property ChildArgument As BRAttributeArgument

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument

The child attribute argument.

See Also

IBRAttributeArgumentParent Interface
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top