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