 | ComObjectSelectionDialogServerType Property |
Gets or sets the type of COM servers to display.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic ComObjectSelectionDialogSupportedServers ServerType { get; set; }
Public Property ServerType As ComObjectSelectionDialogSupportedServers
Get
Set
public:
property ComObjectSelectionDialogSupportedServers ServerType {
ComObjectSelectionDialogSupportedServers get ();
void set (ComObjectSelectionDialogSupportedServers value);
}
Request Example
View SourceProperty Value
Type:
ComObjectSelectionDialogSupportedServersThe type of the server.
See Also