共用方式為


ChildArgument 屬性

Gets or sets the child attribute argument.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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)