true to share the desktop with any currently-connected clients.
false to get exclusive access to the desktop.
This is set to true by default.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public bool ShareDesktop { get; set; }
public bool ShareDesktop { get; set; }
Public Property ShareDesktop As Boolean
Get
Set
Public Property ShareDesktop As Boolean
Get
Set
public:
property bool ShareDesktop {
bool get ();
void set (bool value);
}
public:
property bool ShareDesktop {
bool get ();
void set (bool value);
}
member ShareDesktop : bool with get, set
member ShareDesktop : bool with get, set