Returns the length in bytes of the view.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Length { get; }
Public ReadOnly Property Length As Integer
	Get
public:
property int Length {
	int get ();
}

Field Value

Length in bytes of this view.

See Also