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


IServerConnection2.ConnectionProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServerConnection2 Interface > IServerConnection2.ConnectionProperties Property
ArcGIS Developer Help

IServerConnection2.ConnectionProperties Property

Properties for the server connection.

[Visual Basic .NET]
Public Property ConnectionProperties As IPropSet
[C#]
public IPropSet ConnectionProperties {get; set;}
[C++]
HRESULT get_ConnectionProperties(
  IPropSet** ppiProperties
);
[C++]
HRESULT put_ConnectionProperties(
  IPropSet* ppiProperties
);
[C++]
Parameters
ppiProperties [out, retval]

ppiProperties is a parameter of type IPropSet** ppiProperties [in]
ppiProperties is a parameter of type IPropSet*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IServerConnection2 Interface