ArcObjects Library Reference (GeoDatabase)  

IGPDatasetExtension.CLSID Property

The clsid of the extension.

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

Parameters

CLSID [out, retval]

  CLSID is a parameter of type GUID

CLSID [in]

  CLSID is a parameter of type GUID

Product Availability

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

See Also

IGPDatasetExtension Interface