|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentInfo2 Interface > IAttachmentInfo2.ParentGlobalID Property (ArcObjects .NET 10.4 SDK) | 
The source global ID that to which the attachment is associated to.
[Visual Basic .NET] Public Property ParentGlobalID As String
[C#] public string ParentGlobalID {get; set;}
[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