OwnedEnvironmentVariable(IExtension, String, String, Boolean, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.