 | RunningTaskInstanceGuid Property |
Gets the GUID identifier for this instance of the task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic Guid InstanceGuid { get; }
Public ReadOnly Property InstanceGuid As Guid
Get
public:
property Guid InstanceGuid {
Guid get ();
}
Request Example
View SourceProperty Value
Type:
Guid
See Also