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


IAGSServerConnectionName2.ConnectionString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionName2 Interface > IAGSServerConnectionName2.ConnectionString Property
ArcGIS Developer Help

IAGSServerConnectionName2.ConnectionString Property

The connection properties of the GIS server connection.

[Visual Basic .NET]
Public Property ConnectionString As String
[C#]
public string ConnectionString {get; set;}
[C++]
HRESULT get_ConnectionString(
  System.String* connString
);
[C++]
HRESULT put_ConnectionString(
  BSTR connString
);
[C++]
Parameters
connString [out, retval]

connString is a parameter of type BSTR* connString [in]
connString is a parameter of type BSTR

Product Availability

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

See Also

IAGSServerConnectionName2 Interface