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