ArcObjects Library Reference (GeoDatabase)  

IAttachmentInfo2.GlobalID Property

Global ID that uniquely identifies the attachment.

ERROR: Syntax information about IAttachmentInfo2.GlobalID may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GeoDatabase.dll

[C++]
HRESULT get_GlobalID(
  BSTR* GlobalID
);
[C++]
HRESULT put_GlobalID(
  BSTR GlobalID
);
[C++]

Parameters

GlobalID [out, retval]   GlobalID is a parameter of type BSTR GlobalID [in]   GlobalID is a parameter of type BSTR

Product Availability

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

See Also

IAttachmentInfo2 Interface