IBRAttributeArgumentParent.ChildArgument 属性

Gets or sets the child attribute argument.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
Property ChildArgument As BRAttributeArgument 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument
The child attribute argument.

请参阅

参考

IBRAttributeArgumentParent 接口

Microsoft.MasterDataServices.Services.DataContracts 命名空间