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


IWorkspaceExtension.GUID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceExtension Interface > IWorkspaceExtension.GUID Property
ArcGIS Developer Help

IWorkspaceExtension.GUID Property

The GUID that identifies this Workspace Extension.

[Visual Basic .NET]
Public ReadOnly Property GUID As UID
[C#]
public UID GUID {get;}
[C++]
HRESULT get_GUID(
  IUID** GUID
);
[C++]
Parameters
GUID [out, retval]

GUID is a parameter of type IUID**

Product Availability

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

Remarks

The GUID property returns the well-known GUID for the extension and is guaranteed to be unique.

See Also

IWorkspaceExtension Interface

.NET Samples

Extending the replication synchronization process