This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentData Interface > IAttachmentData.AttachmentInfo Property (ArcObjects .NET 10.5 SDK) |
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