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