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


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

IAttachmentInfo2.ParentGlobalID Property

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(
  System.String* 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