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


IAttachment.GlobalID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachment Interface > IAttachment.GlobalID Property
ArcGIS Developer Help

IAttachment.GlobalID Property

Global ID that uniquely identifies the attachment.

[Visual Basic .NET]
Public ReadOnly Property GlobalID As String
[C#]
public string GlobalID {get;}
[C++]
HRESULT get_GlobalID(
  System.String* GlobalID
);
[C++]
Parameters
GlobalID [out, retval]

GlobalID is a parameter of type BSTR*

Product Availability

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

See Also

IAttachment Interface