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


IClassEx.GlobalIDFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IClassEx Interface > IClassEx.GlobalIDFieldName Property
ArcGIS Developer Help

IClassEx.GlobalIDFieldName Property

The name of the field corresponding to the global object identity.

[Visual Basic .NET]
Public ReadOnly Property GlobalIDFieldName As String
[C#]
public string GlobalIDFieldName {get;}
[C++]
HRESULT get_GlobalIDFieldName(
  System.String* Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR*

Product Availability

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

Remarks

If the class does not have a GlobalID field, an empty string will be returned.

See Also

IClassEx Interface