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