EntityMembersGetCriteria.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 parent member Code of the members to retrieve when retrieving members under another member in a hierarchy. This element MUST be used in conjunction with HierarchyId.
public:
property System::String ^ ParentMember { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public string ParentMember { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.ParentMember : string with get, set
Public Property ParentMember As String
Property Value
The parent member Code of the members to retrieve when retrieving members under another member in a hierarchy.
- Attributes