'Declaration Public ReadOnly Property BytesSkipped As System.Long
'Usage Dim instance As FTP Dim value As System.Long value = instance.BytesSkipped
public System.long BytesSkipped {get;}
public read-only property BytesSkipped: System.Int64;
public function get BytesSkipped : System.long
public: __property System.long get_BytesSkipped();
public: property System.int64 BytesSkipped { System.int64 get(); }