 | TaskPrincipalPrivilegesItem Property |
Gets or sets the element at the specified index.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TaskPrincipalPrivilege this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As TaskPrincipalPrivilege
Get
Set
public:
virtual property TaskPrincipalPrivilege default[int index] {
TaskPrincipalPrivilege get (int index) sealed;
void set (int index, TaskPrincipalPrivilege value) sealed;
}
Request Example
View SourceParameters
- index
- Type: SystemInt32
Return Value
Type:
TaskPrincipalPrivilegeThe element at the specified index.
Exceptions
See Also