TaskPrincipalPrivilegesItem Property

Gets or sets the element at the specified index.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public TaskPrincipalPrivilege this[
	int index
] { get; set; }

Parameters

index  Int32
 

Return Value

TaskPrincipalPrivilege
The element at the specified index.

Exceptions

ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedException The property is set and the IListT is read-only.

See Also