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


IGPWorkspaceExtension.CLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPWorkspaceExtension Interface > IGPWorkspaceExtension.CLSID Property
ArcGIS Developer Help

IGPWorkspaceExtension.CLSID Property

The clsid of the extension.

[Visual Basic .NET]
Public Property CLSID As Guid
[C#]
public Guid CLSID {get; set;}
[C++]
HRESULT put_CLSID(
  System.Guid CLSID
);
[C++]
Parameters
CLSID [in]

CLSID is a parameter of type System.Guid

Product Availability

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

See Also

IGPWorkspaceExtension Interface