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