prjScriptLanguage 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.
Used by the DefaultClientScript. Two script languages are supported, ECMAScript (JScript, JavaScript) and VBScript.
public enum class prjScriptLanguage
public enum class prjScriptLanguage
enum prjScriptLanguage
[System.Runtime.InteropServices.Guid("D760C0E8-311E-45EB-B06C-033F8CC1E5EC")]
public enum prjScriptLanguage
[<System.Runtime.InteropServices.Guid("D760C0E8-311E-45EB-B06C-033F8CC1E5EC")>]
type prjScriptLanguage =
Public Enum prjScriptLanguage
- Inheritance
-
prjScriptLanguage
- Attributes
Fields
prjScriptLanguageJScript | 0 | ECMAScript (JScript, JavaScript) |
prjScriptLanguageVBScript | 1 | VBScript |