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