Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Function GetPort (ByVal Port as PortsEnum) As String
    Select Case Port
        Case PortsEnum.CLEAR
            GetPort = "CLEAR"
        Case PortsEnum.SSL
            GetPort = "SSL"
    End Select
End Function
</script>i

Next: Testing the Final Result

More Information:

SchemaExplorer

The Edit Menu