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; }
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:
BooleanRemarks Note |
---|
Including group membership incurs a performance penalty, so only use this option if required. |
See Also