'Declaration Protected Property LastDirectory As System.String
'Usage Dim instance As FTP Dim value As System.String instance.LastDirectory = value value = instance.LastDirectory
protected System.string LastDirectory {get; set;}
protected read-write property LastDirectory: System.String;
protected function get,set LastDirectory : System.String