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