This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IClassEx Interface > IClassEx.GlobalIDFieldName Property (ArcObjects .NET 10.4 SDK) |
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
If the class does not have a GlobalID field, an empty string will be returned.