In This Topic

SizeLeft Property

In This Topic
Syntax
'Declaration

 

Public ReadOnly Property SizeLeft As Integer
public int SizeLeft {get;}
public read-only property SizeLeft: Integer; 
public function get SizeLeft : int
public: __property int get_SizeLeft();
public:

property int SizeLeft {

   int get();

}
See Also