ArcObjects Library Reference (GeoDatabase)  

IAttachmentInfo.ContentType Property

Content type that indicates the type of the mime content.

[Visual Basic .NET]
Public Property ContentType As String
[C#]
public string ContentType {get; set;}
[C++]
HRESULT get_ContentType(
  BSTR* ContentType
);
[C++]
HRESULT put_ContentType(
  BSTR ContentType
);
[C++]

Parameters

ContentType [out, retval]   ContentType is a parameter of type BSTR ContentType [in]   ContentType is a parameter of type BSTR

Product Availability

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

See Also

IAttachmentInfo Interface