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


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

IDEGdbTable.GlobalIDFieldName Property

The name of the GlobalID Field.

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

GlobalIDFieldName is a parameter of type BSTR* GlobalIDFieldName [in]
GlobalIDFieldName is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbTable Interface