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


IServerEnvironmentXHelper.SetEnvProperties 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.SetEnvProperties Method
ArcGIS Developer Help

IServerEnvironmentXHelper.SetEnvProperties Method

Sets the environment properties.

[Visual Basic .NET]
Public Sub SetEnvProperties ( _
    ByVal ipProps As IPropertySet _
)
[C#]
public void SetEnvProperties (
    IPropertySet ipProps
);
[C++]
HRESULT SetEnvProperties(
  IPropertySet* ipProps
);
[C++]
Parameters
ipProps [in]

ipProps is a parameter of type IPropertySet*

Product Availability

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

See Also

IServerEnvironmentXHelper Interface