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