ImportSystemArgsbAdmin Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a flag with indictaes if this connection is the admin one for this system.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bAdmin { get; set; }
Public Property bAdmin As Boolean
Get
Set
public:
virtual property bool bAdmin {
bool get () sealed;
void set (bool value) sealed;
}
function get_bAdmin();
function set_bAdmin(value);
Property Value
Type:
BooleanA property that contains a flag with indictaes if this connection is the admin one for this system.
Return Value
Type:
BooleanA property that contains a flag with indictaes if this connection is the admimn one for this system.
Remarks See Also