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)