HierarchyMembersGetCriteria.Ancestors Property

Definition

If true, then the ancestors of the supplied member code will be retrieved, otherwise (default) the children will be retrieved

public:
 property bool Ancestors { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool Ancestors { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Ancestors : bool with get, set
Public Property Ancestors As Boolean

Property Value

true if the ancestors of the supplied member code will be retrieved; otherwise, false.

Attributes

Applies to