共用方式為


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 命名空間