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


IDEGdbTable.HasGlobalID 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.HasGlobalID Property
ArcGIS Developer Help

IDEGdbTable.HasGlobalID Property

Indicates if the table has a GlobalID field.

[Visual Basic .NET]
Public Property HasGlobalID As Boolean
[C#]
public bool HasGlobalID {get; set;}
[C++]
HRESULT get_HasGlobalID(
  Boolean* HasGlobalID
);
[C++]
HRESULT put_HasGlobalID(
  VARIANT_BOOL HasGlobalID
);
[C++]
Parameters
HasGlobalID [out, retval]

HasGlobalID is a parameter of type bool* HasGlobalID [in]
HasGlobalID is a parameter of type bool

Product Availability

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

See Also

IDEGdbTable Interface