OwnedEnvironmentVariable(IExtension, String, String, Boolean, Boolean) Constructor

Definition

Represents an owned environment variable.

public OwnedEnvironmentVariable(Microsoft.Testing.Platform.Extensions.IExtension owner, string variable, string? value, bool isSecret, bool isLocked);
new Microsoft.Testing.Platform.Extensions.TestHostControllers.OwnedEnvironmentVariable : Microsoft.Testing.Platform.Extensions.IExtension * string * string * bool * bool -> Microsoft.Testing.Platform.Extensions.TestHostControllers.OwnedEnvironmentVariable
Public Sub New (owner As IExtension, variable As String, value As String, isSecret As Boolean, isLocked As Boolean)

Parameters

owner
IExtension
variable
String
value
String
isSecret
Boolean
isLocked
Boolean

Remarks

This class extends the EnvironmentVariable class and adds an owner property.

Applies to