Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Principal
Privileges
Count Property
Gets the number of elements contained in the
ICollection
T
.
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
; }
Return Value
Int32
The number of elements contained in the
ICollection
T
.
See Also
Reference
TaskPrincipalPrivileges Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also