VncSharp
Framebuffer.DesktopName Property
The name of the remote destkop, if any. Must be non-null.
[Visual Basic]
Public Property DesktopName As
String
[C#]
public
string
DesktopName {get; set;}
Exceptions
Exception Type
Condition
ArgumentNullException
Thrown if a null string is used when setting DesktopName.
See Also
Framebuffer Class
|
VncSharp Namespace