NamedValueCollectionItem(Int32) Property

Gets the value of the item at the specified index.

Definition

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

Parameters

index  Int32
The index of the item being requested.

Return Value

String
The value of the name-value pair at the specified index.

See Also