AccountIsApiAccount Property |
Gets or sets a value indicating whether the account is an "API account".
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 IsApiAccount { get; set; }
Public Property IsApiAccount As Boolean
Get
Set
public:
virtual property bool IsApiAccount {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsApiAccount : bool with get, set
override IsApiAccount : bool with get, set
Property Value
Type:
BooleanRemarks
Sessions for API accounts will not consume a license, however API accounts
are restricted from using the user interface and performing data retrieval calls.
Note: The built-in administrator account, group accounts, and external accounts cannot be API accounts.
See Also