BRDomainBasedAttributeArgument.ChildArgument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a child argument.
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
Property Value
A new instance of type BRAttributeArgument.
- Attributes