 | EventQueryCQueryCSelectValue Property |
Gets or sets the value.
Namespace:
Microsoft.Win32.TaskScheduler.Events
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic virtual string Value { get; set; }
Public Overridable Property Value As String
Get
Set
public:
virtual property String^ Value {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
String
The value.
See Also