Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the child argument.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ChildArgument As BRAttributeArgument
Get
Set
'Usage
Dim instance As BRHierarchyArgument
Dim value As BRAttributeArgument
value = instance.ChildArgument
instance.ChildArgument = value
[DataMemberAttribute]
public BRAttributeArgument ChildArgument { get; set; }
[DataMemberAttribute]
public:
property BRAttributeArgument^ ChildArgument {
BRAttributeArgument^ get ();
void set (BRAttributeArgument^ value);
}
[<DataMemberAttribute>]
member ChildArgument : BRAttributeArgument with get, set
function get ChildArgument () : BRAttributeArgument
function set ChildArgument (value : BRAttributeArgument)
Property Value
Type: Microsoft.MasterDataServices.BRAttributeArgument
A new instance of BRAttributeArgument.
Remarks
Implementation of this property is required.