GetAccountsAsCsvOptionsIncludeGroupMembership Property

Gets or sets a value indicating whether the group membership is included.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool IncludeGroupMembership { get; set; }

Property Value

Type: Boolean
Remarks
Note Note
Including group membership incurs a performance penalty, so only use this option if required.
See Also