 | NamedValueCollectionItem(Int32) Property |
Gets the value of the item at the specified index.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxpublic string this[
int index
] { get; }
Request Example
View SourceParameters
- index Int32
- The index of the item being requested.
Return Value
StringThe value of the name-value pair at the specified index.
See Also