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


IProxyServerInfo.Enabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IProxyServerInfo Interface > IProxyServerInfo.Enabled Property
ArcGIS Developer Help

IProxyServerInfo.Enabled Property

Indicates whether a proxy server is required.

[Visual Basic .NET]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}
[C++]
HRESULT get_Enabled(
  Boolean* Enabled
);
[C++]
HRESULT put_Enabled(
  VARIANT_BOOL Enabled
);
[C++]
Parameters
Enabled [out, retval]

Enabled is a parameter of type bool* Enabled [in]
Enabled is a parameter of type bool

Product Availability

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

See Also

IProxyServerInfo Interface