ConnectionAdmin Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Admin of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Admin { get; set; }
Public Property Admin As Boolean
Get
Set
public:
virtual property bool Admin {
bool get () sealed;
void set (bool value) sealed;
}
function get_Admin();
function set_Admin(value);
Property Value
Type:
BooleanThe Admin of this connection
Return Value
Type:
BooleanThe Admin of this connection
Remarks See Also