'Declaration Public Overridable ReadOnly Property FileCount As System.Integer
'Usage Dim instance As FTP Dim value As System.Integer value = instance.FileCount
public virtual System.int FileCount {get;}
public read-only property FileCount: System.Integer; virtual;
public function get FileCount : System.int
public: __property virtual System.int get_FileCount();
public: virtual property System.int FileCount { System.int get(); }