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


IDEGdbTable.GlobalIDFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Product Availability

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

See Also

IDEGdbTable Interface