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 member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Child As MemberIdentifier
Get
Set
'Usage
Dim instance As ParentChild
Dim value As MemberIdentifier
value = instance.Child
instance.Child = value
[DataMemberAttribute(EmitDefaultValue = false)]
public MemberIdentifier Child { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property MemberIdentifier^ Child {
MemberIdentifier^ get ();
void set (MemberIdentifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Child : MemberIdentifier with get, set
function get Child () : MemberIdentifier
function set Child (value : MemberIdentifier)
Property Value
Type: Microsoft.MasterDataServices.MemberIdentifier
A new instance of type MemberIdentifier.