ConditionPrompt Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether or not the user should be prompted for a value to satisfy this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Prompt { get; set; }
Public Property Prompt As Boolean
Get
Set
public:
virtual property bool Prompt {
bool get () sealed;
void set (bool value) sealed;
}
function get_Prompt();
function set_Prompt(value);
Property Value
Type:
BooleanTrue if the user should be prompted for a value to satisfy this condition
Return Value
Type:
BooleanTrue if the user should be prompted for a value to satisfy this condition
Remarks See Also