ArcObjects Library Reference (GeoDatabase)  

IAttachmentData.AttachmentInfo Property

Content type that indicates the type of the mime content.

[Visual Basic .NET]
Public Property AttachmentInfo As IAttachmentInfo
[C#]
public IAttachmentInfo AttachmentInfo {get; set;}
[C++]
HRESULT get_AttachmentInfo(
  IAttachmentInfo** AttachmentInfo
);
[C++]
HRESULT putref_AttachmentInfo(
  IAttachmentInfo* AttachmentInfo
);
[C++]

Parameters

AttachmentInfo [out, retval]

  AttachmentInfo is a parameter of type IAttachmentInfo

AttachmentInfo [in]

  AttachmentInfo is a parameter of type IAttachmentInfo

Product Availability

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

See Also

IAttachmentData Interface