ImportSystemArgsbPromptUser Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the system prompt user flag.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bPromptUser { get; set; }
Public Property bPromptUser As Boolean
Get
Set
public:
virtual property bool bPromptUser {
bool get () sealed;
void set (bool value) sealed;
}
function get_bPromptUser();
function set_bPromptUser(value);
Property Value
Type:
BooleanA property that contains the system prompt user flag.
Return Value
Type:
BooleanA property that contains the system prompt user flag.
Remarks See Also