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


IServerEnvironment.Properties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IServerEnvironment.Properties Property

Retrieves an IProperySet interface that provides access to the server configuration information.

[Visual Basic .NET]
Public ReadOnly Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get;}
[C++]
HRESULT get_Properties(
  IPropertySet** ppProps
);
[C++]

Parameters ppProps [out, retval]
ppProps is a parameter of type IPropertySet

Product Availability

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

See Also

IServerEnvironment Interface