'Declaration Public Property RestartSupported As System.Boolean
'Usage Dim instance As SFTP Dim value As System.Boolean instance.RestartSupported = value value = instance.RestartSupported
public System.bool RestartSupported {get; set;}
public read-write property RestartSupported: System.Boolean;
public function get,set RestartSupported : System.boolean