 | TriggerEditDialogSupportV1Only Property |
Gets or sets a value indicating whether this editor only supports V1 triggers.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic bool SupportV1Only { get; set; }
Public Property SupportV1Only As Boolean
Get
Set
public:
property bool SupportV1Only {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if supports V1 only; otherwise,
false.
See Also