C-DEngine 5.105

TheServiceHostInfo..::..DisablePLSCompression Property

Disables PLS compression (does not compress PLS to PLB if PLB is empty and PLS.Length>512)

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

Syntax


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