StackMinorVersion Class

Definition

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 &lt;code&gt;true&lt;/code&gt; if this is the default minor version; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsRemoteDebuggingEnabled

Gets or sets &lt;code&gt;true&lt;/code&gt; if this supports Remote Debugging, otherwise &lt;code&gt;false&lt;/code&gt;.

RuntimeVersion

Gets or sets application stack minor version (runtime only).

Applies to