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.
Specifies the MemberCode of which we are getting the children for.
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
The member code from which to get the children.
- Attributes
Remarks
If this is Null and RowLimit is specified, then the children of Root will be retrieved If this 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