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


IDEGdbTable.HasGlobalID Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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