StackMinorVersion interface  
应用程序堆栈次要版本。
属性
| display | 
	应用程序堆栈次要版本(仅显示)。  | 
| is | 
	如果这是默认次要版本,则   | 
| is | 
	如果支持远程调试,则   | 
| runtime | 
	应用程序堆栈次要版本(仅限运行时)。  | 
属性详细信息
		displayVersion
	 
	应用程序堆栈次要版本(仅显示)。
displayVersion?: string
				属性值
string
		isDefault
	 
	如果这是默认次要版本,则 true;否则,false。
isDefault?: boolean
				属性值
boolean
		isRemoteDebuggingEnabled
	   
	如果支持远程调试,则 true 否则 false。
isRemoteDebuggingEnabled?: boolean
				属性值
boolean
		runtimeVersion
	 
	应用程序堆栈次要版本(仅限运行时)。
runtimeVersion?: string
				属性值
string