Compression. Set to true if the compression needs to be used in uploading embedded resources and all other requests to the VC. Default is true.

Namespace: ScopeClient
Assembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public bool Compression { get; set; }
Visual Basic
Public Property Compression As Boolean
	Get
	Set
Visual C++
public:
property bool Compression {
	bool get ();
	void set (bool value);
}

See Also