The framebuffer name. Many VNC clients set their titlebar to this name.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public string Name { get; private set; }
public string Name { get; private set; }
Public Property Name As String
Get
Private Set
Public Property Name As String
Get
Private Set
public:
property String^ Name {
String^ get ();
private: void set (String^ value);
}
member Name : string with get, private set
member Name : string with get, private set