 | NamedValueCollectionItem Property (Int32) |
Gets the value of the item at the specified index.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic string this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As String
Get
public:
property String^ default[int index] {
String^ get (int index);
}
Request Example
View SourceParameters
- index
- Type: SystemInt32
The index of the item being requested.
Return Value
Type:
StringThe value of the name-value pair at the specified index.
See Also