IServicesApi.RemoveEnvironmentVariable Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Api
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As IServicesApi
Dim variable As String
Dim context As Integer
Dim requestImpl As Object

instance.RemoveEnvironmentVariable(variable, context, requestImpl)

Syntax

'Declaration
Sub RemoveEnvironmentVariable ( _
    variable As String, _
    context As Integer, _
    requestImpl As Object _
)
void RemoveEnvironmentVariable (
    string variable,
    int context,
    Object requestImpl
)
void RemoveEnvironmentVariable (
    String^ variable, 
    int context, 
    Object^ requestImpl
)
void RemoveEnvironmentVariable (
    String variable, 
    int context, 
    Object requestImpl
)
function RemoveEnvironmentVariable (
    variable : String, 
    context : int, 
    requestImpl : Object
)

Parameters

  • variable
  • context
  • requestImpl

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

IServicesApi Interface
IServicesApi Members
Microsoft.OneGet.Api Namespace