Task Scheduler Managed Class Library
C#
Show/Hide TOC
Repetition
Pattern
Is
Set Method
Determines whether any properties for this
RepetitionPattern
have been set.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
bool
IsSet
()
Return Value
Boolean
true
if properties have been set; otherwise,
false
.
See Also
Reference
RepetitionPattern Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also