RasIPOptions.VJ Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets a value indicating whether Van Jacobson compression is used.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public bool VJ { get; }
Visual Basic
Public ReadOnly Property VJ As Boolean
	Get
Visual C++
public:
property bool VJ {
	bool get ();
}
F#
member VJ : bool with get

Property Value

Type: Boolean

See Also