HierarchyMembersGetCriteria.Ancestors 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.
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