WinStudio
IWSApplication interface
Returns a string containing the name of the current configuration. Read-only.
Application.ConfigurationName
Sub Main()
Dim cfgName As String
cfgName = Application.ConfigurationName
Application.ShowMessage("You are logged on to the " & cfgName & " configuration.")
End Sub