StackMinorVersion Class
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.
Application stack minor version.
public class StackMinorVersion
type StackMinorVersion = class
Public Class StackMinorVersion
- Inheritance
-
StackMinorVersion
Constructors
StackMinorVersion() |
Initializes a new instance of the StackMinorVersion class. |
StackMinorVersion(String, String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the StackMinorVersion class. |
Properties
DisplayVersion |
Gets or sets application stack minor version (display only). |
IsDefault |
Gets or sets <code>true</code> if this is the default minor version; otherwise, <code>false</code>. |
IsRemoteDebuggingEnabled |
Gets or sets <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>. |
RuntimeVersion |
Gets or sets application stack minor version (runtime only). |
Applies to
Azure SDK for .NET