 | NamedValueCollectionNames Property |
Gets a collection of the names.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic ICollection<string> Names { get; }
Public ReadOnly Property Names As ICollection(Of String)
Get
public:
property ICollection<String^>^ Names {
ICollection<String^>^ get ();
}
Request Example
View SourceProperty Value
Type:
ICollectionString
The names.
See Also