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 (25.3.0.1000)
Syntaxpublic bool IncludeGroupMembership { get; set; }Public Property IncludeGroupMembership As Boolean
	Get
	Set
public:
property bool IncludeGroupMembership {
	bool get ();
	void set (bool value);
}member IncludeGroupMembership : bool with get, set
Property Value
Type: 
Boolean
Remarks  Note | 
|---|
| Including group membership incurs a performance penalty, so only use this option if required. | 
See Also