The number of bytes of storage available.

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

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

See Also