ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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

.NET Related Topics

Copying or loading data while preserving GlobalID values |