Is stream length info available.

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

Syntax

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

Return Value

True when the Length value is present. False when the Length value is not available, which will occur when this StreamInfo object is returned using GetDirectoryInfo(String, Boolean).

See Also