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 TypeCondition
ArgumentNullExceptionThrown if a null string is used when setting DesktopName.

See Also

Framebuffer Class | VncSharp Namespace