MsoScriptLanguage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies scripting language of the active script.
public enum class MsoScriptLanguage
public enum MsoScriptLanguage
type MsoScriptLanguage =
Public Enum MsoScriptLanguage
- Inheritance
-
MsoScriptLanguage
Fields
Name | Value | Description |
---|---|---|
msoScriptLanguageJava | 1 | Java. |
msoScriptLanguageVisualBasic | 2 | Visual Basic. |
msoScriptLanguageASP | 3 | Active Server Pages (ASP). |
msoScriptLanguageOther | 4 | A language other than ASP, Java, or Visual Basic. |