Gets the amount of uses left


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property UsageLeft As Integer
C#
public int UsageLeft { get; }
C++
public property int UsageLeft sealed {
int get();
}
J#
/** property */
public int get_UsageLeft();
JScript
public function get UsageLeft() : int

See Also