C-DEngine 5.105

TheRequestData..::..DontCompress Property

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool DontCompress { get; set; }
Public Property DontCompress As Boolean
	Get
	Set
public:
property bool^ DontCompress {
	bool^ get ();
	void set (bool^ value);
}