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