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


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

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(
  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