true if the client will share the desktop with other currently-connected clients.
false if the client is asking for exclusive access to the desktop.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public bool ShareDesktop { get; private set; }
public bool ShareDesktop { get; private set; }
Public Property ShareDesktop As Boolean
Get
Private Set
Public Property ShareDesktop As Boolean
Get
Private Set
public:
property bool ShareDesktop {
bool get ();
private: void set (bool value);
}
public:
property bool ShareDesktop {
bool get ();
private: void set (bool value);
}
member ShareDesktop : bool with get, private set
member ShareDesktop : bool with get, private set