HierarchyMembersGetCriteria.Ancestors Property

Definition

Gets or sets a value indicating whether the ancestors of the supplied member code 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. The default is false.

Attributes

Applies to