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


IServerObjectDescription.ClientProxyCLSID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

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