This document is archived and information here might be outdated.  Recommended version.


IServerEnvironmentXHelper.RemoveEnvProperty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerEnvironmentXHelper Interface > IServerEnvironmentXHelper.RemoveEnvProperty Method
ArcGIS Developer Help

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