MemberRetrievalOptionsBypassSecurityForAdminAccounts Property |
Gets or sets a value indicating whether the security hierarchy processing should be bypassed for admin accounts.
Namespace:
Dundas.BI.Data.MemberRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool BypassSecurityForAdminAccounts { get; set; }
Public Property BypassSecurityForAdminAccounts As Boolean
Get
Set
public:
property bool BypassSecurityForAdminAccounts {
bool get ();
void set (bool value);
}
member BypassSecurityForAdminAccounts : bool with get, set
Property Value
Type:
Boolean if security hierarchy processing is to be bypassed for admin accounts; otherwise,
.
See Also