Whether an incremental update is desired.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public bool Incremental { get; private set; }
public bool Incremental { get; private set; }
Public Property Incremental As Boolean
Get
Private Set
Public Property Incremental As Boolean
Get
Private Set
public:
property bool Incremental {
bool get ();
private: void set (bool value);
}
public:
property bool Incremental {
bool get ();
private: void set (bool value);
}
member Incremental : bool with get, private set
member Incremental : bool with get, private set