Length of the stream.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public long Length { get; set; }
Visual Basic
Public Property Length As Long
	Get
	Set
Visual C++
public:
property long long Length {
	long long get ();
	void set (long long value);
}

See Also