'Declaration Public Property SshKeyFile As System.String
'Usage Dim instance As SFTP Dim value As System.String instance.SshKeyFile = value value = instance.SshKeyFile
public System.string SshKeyFile {get; set;}
public read-write property SshKeyFile: System.String;
public function get,set SshKeyFile : System.String