TaskPrincipalPrivilegesGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public IEnumerator<TaskPrincipalPrivilege> GetEnumerator()

Return Value

IEnumeratorTaskPrincipalPrivilege
A IEnumeratorT that can be used to iterate through the collection.

See Also