HierarchyMembersGetCriteria.ParentMember 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 code for which the children are being retrieved.
public:
property System::String ^ ParentMember { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string ParentMember { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ParentMember : string with get, set
Public Property ParentMember As String
Property Value
A string that represents the member code.
- Attributes
Remarks
The ParentMember is not required.
If ParentMember is null
and RowLimit is specified, the nth children of Root is retrieved.
If ParentMember is null
and RowLimit is null
, then the entire hierarchy is retrieved.
If this is the reserved word of MDMUNUSED, then the members in the non-mandatory hierarchy are retrieved.