 | NamedValueCollectionItem Property (String) |
Gets the value of the item with the specified name.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic string this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As String
Get
Set
public:
virtual property String^ default[String^ name] {
String^ get (String^ name) sealed;
void set (String^ name, String^ value) sealed;
}
Request Example
View SourceParameters
- name
- Type: SystemString
Name to get the value for.
Return Value
Type:
StringValue for the name, or null if not found.
See Also