ArraySettingItemPropertyRule.EnvironmentVariableNotEqual Method

Definition

Creates a ArraySettingItemPropertyRule that is satisfied when an environment variable doesn't have the provided value.

public static Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule EnvironmentVariableNotEqual(string environmentVariableName, string value);

Parameters

environmentVariableName
String

The name of the environment variable.

value
String

The value of the environment variable that does not satisfy this rule.

Returns

A ArraySettingItemPropertyRule instance.

Remarks

An undefined environment variable will be considered to have an empty string value.

Applies to