StackMinorVersion interface
Application stack minor version.
Properties
| display |
Application stack minor version (display only). |
| is |
|
| is |
|
| runtime |
Application stack minor version (runtime only). |
Property Details
displayVersion
Application stack minor version (display only).
displayVersion?: string
Property Value
string
isDefault
true if this is the default minor version; otherwise, false.
isDefault?: boolean
Property Value
boolean
isRemoteDebuggingEnabled
true if this supports Remote Debugging, otherwise false.
isRemoteDebuggingEnabled?: boolean
Property Value
boolean
runtimeVersion
Application stack minor version (runtime only).
runtimeVersion?: string
Property Value
string