The contents of the remote clipboard.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public string Contents { get; private set; }
public string Contents { get; private set; }
Public Property Contents As String
Get
Private Set
Public Property Contents As String
Get
Private Set
public:
property String^ Contents {
String^ get ();
private: void set (String^ value);
}
member Contents : string with get, private set
member Contents : string with get, private set