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 parent member in the relationship.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Parent As MemberIdentifier
Get
Set
'Usage
Dim instance As ParentChild
Dim value As MemberIdentifier
value = instance.Parent
instance.Parent = value
[DataMemberAttribute(EmitDefaultValue = false)]
public MemberIdentifier Parent { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property MemberIdentifier^ Parent {
MemberIdentifier^ get ();
void set (MemberIdentifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Parent : MemberIdentifier with get, set
function get Parent () : MemberIdentifier
function set Parent (value : MemberIdentifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
The parent member in the relationship.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace