ArcObjects Library Reference (GISClient)  

IAGSServerConnectionName2.ServerConnectionFactoryProgID Property

The programmatic ID of the server connection factory.

[Visual Basic .NET]
Public Property ServerConnectionFactoryProgID As String
[C#]
public string ServerConnectionFactoryProgID {get; set;}
[C++]
HRESULT get_ServerConnectionFactoryProgID(
  BSTR* progID
);
[C++]
HRESULT put_ServerConnectionFactoryProgID(
  BSTR progID
);
[C++]

Parameters

progID [out, retval]   progID is a parameter of type BSTR progID [in]   progID is a parameter of type BSTR

Product Availability

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

See Also

IAGSServerConnectionName2 Interface