MemberRetrievalOptionsIncludeAncestry Property |
Gets or sets a value indicating whether the retrieved members should have their ancestry populated.
Namespace: Dundas.BI.Data.MemberRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool IncludeAncestry { get; set; }Public Property IncludeAncestry As Boolean
Get
Set
public:
property bool IncludeAncestry {
bool get ();
void set (bool value);
}member IncludeAncestry : bool with get, set
Property Value
Boolean
See Also