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


IAttachment2.ParentGlobalID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IAttachment2.ParentGlobalID Property

Parent global ID to which the attachment belongs.

[Visual Basic .NET]
Public ReadOnly Property ParentGlobalID As String
[C#]
public string ParentGlobalID {get;}
[C++]
HRESULT get_ParentGlobalID(
  BSTR* ParentGlobalID
);
[C++]

Parameters ParentGlobalID [out, retval] ParentGlobalID is a parameter of type BSTR

Product Availability

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

See Also

IAttachment2 Interface