This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > IServerObjectDescription Interface > IServerObjectDescription.ClientProxyCLSID Property (ArcObjects .NET 10.4 SDK) |
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