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


IServerObjectDescription.ClientProxyCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > IServerObjectDescription Interface > IServerObjectDescription.ClientProxyCLSID Property
ArcGIS Developer Help

IServerObjectDescription.ClientProxyCLSID Property

The clsid for the client proxy.

[Visual Basic .NET]
Public Function get_ClientProxyCLSID ( _
    ByVal connType As esriAGSConnectionType _
) As UID
[C#]
public UID get_ClientProxyCLSID (
    esriAGSConnectionType connType
);
[C++]
HRESULT get_ClientProxyCLSID(
  esriAGSConnectionType connType,
  IUID** ppClsid
);
[C++]
Parameters
connType [in]

connType is a parameter of type esriAGSConnectionType ppClsid [out, retval]
ppClsid is a parameter of type IUID**

Product Availability

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

See Also

IServerObjectDescription Interface