ArcObjects Library Reference (Server)  

IServerEnvironmentXHelper.RemoveEnvProperty Method

Removes a property from the server environment.

[Visual Basic .NET]
Public Sub RemoveEnvProperty ( _
    ByVal Name As String _
)
[C#]
public void RemoveEnvProperty (
    string Name
);
[C++]
HRESULT RemoveEnvProperty(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerEnvironmentXHelper Interface