IEnvironmentVariables.IsStable PropertyIEnvironmentVariables.IsStable PropertyIEnvironmentVariables::IsStable Property

Gets a value indicating whether this IEnvironmentVariablesIEnvironmentVariablesIEnvironmentVariables is stable.

Syntax

ReadOnly Property IsStable As Boolean
        Get
bool IsStable { get; }
property bool IsStable {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if stable; otherwise, falseFalsefalse.