Task Scheduler Managed Class Library
C#
Show/Hide TOC
Trigger
Collection
Count Property
Gets the number of triggers in the collection.
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
int
Count
{
get
; }
Property Value
Int32
Implements
ICollection
Count
See Also
Reference
TriggerCollection Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Property Value
Implements
See Also