ArcObjects Library Reference (GeoDatabase)  

IAttachmentInfo2.ParentGlobalID Property

The source global ID that to which the attachment is associated to.

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

[C++]
HRESULT get_ParentGlobalID(
  BSTR* GlobalID
);
[C++]
HRESULT put_ParentGlobalID(
  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