 | ComHandlerActionClassId Property |
Gets or sets the identifier of the handler class.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic Guid ClassId { get; set; }
Public Property ClassId As Guid
Get
Set
public:
property Guid ClassId {
Guid get ();
void set (Guid value);
}
Request Example
View SourceProperty Value
Type:
Guid
See Also