'Declaration Public Property SslProtocol As System.Security.Authentication.SslProtocols
'Usage Dim instance As FTP Dim value As System.Security.Authentication.SslProtocols instance.SslProtocol = value value = instance.SslProtocol
public System.Security.Authentication.SslProtocols SslProtocol {get; set;}
public read-write property SslProtocol: System.Security.Authentication.SslProtocols;
public function get,set SslProtocol : System.Security.Authentication.SslProtocols