Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.