EnvironmentVariables.IsStable PropertyEnvironmentVariables.IsStable PropertyEnvironmentVariables::IsStable Property

Gets a value indicating whether this IEnvironmentVariablesIEnvironmentVariablesIEnvironmentVariables is stable.

Syntax

Public ReadOnly Property IsStable As Boolean
        Get
public bool IsStable { get; }
public:
property bool IsStable {
    virtual bool get() sealed;
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if stable; otherwise, falseFalsefalse.