BRHierarchyArgument.ChildArgument 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置子参数。
public:
property Microsoft::MasterDataServices::BRAttributeArgument ^ ChildArgument { Microsoft::MasterDataServices::BRAttributeArgument ^ get(); void set(Microsoft::MasterDataServices::BRAttributeArgument ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.BRAttributeArgument ChildArgument { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ChildArgument : Microsoft.MasterDataServices.BRAttributeArgument with get, set
Public Property ChildArgument As BRAttributeArgument
属性值
BRAttributeArgument 的新实例。
- 属性
注解
此属性的实现是必需的。