 | TaskHistoryControlMaxQueryCount Property |
Gets or sets the maximum query count. Use -1 for all or infinite.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic int MaxQueryCount { get; set; }
Public Property MaxQueryCount As Integer
Get
Set
public:
property int MaxQueryCount {
int get ();
void set (int value);
}
Request Example
View SourceProperty Value
Type:
Int32
The maximum query count.
See Also