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