Parent.ParentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the member ID of the parent member in a hierarchy.
public:
property Microsoft::MasterDataServices::MemberIdentifier ^ ParentId { Microsoft::MasterDataServices::MemberIdentifier ^ get(); void set(Microsoft::MasterDataServices::MemberIdentifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.MemberIdentifier ParentId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ParentId : Microsoft.MasterDataServices.MemberIdentifier with get, set
Public Property ParentId As MemberIdentifier
Property Value
A new instance of type MemberIdentifier.
- Attributes