This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbTable Interface > IDEGdbTable.GlobalIDFieldName Property (ArcObjects .NET 10.5 SDK) |
The name of the GlobalID Field.
[Visual Basic .NET] Public Property GlobalIDFieldName As String
[C#] public string GlobalIDFieldName {get; set;}
[C++]
HRESULT get_GlobalIDFieldName(
BSTR* 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