OpenXmlPart.ContentType Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Content type (MIME type) of the content data in the part.

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ContentType As String
'Usage
Dim instance As OpenXmlPart
Dim value As String

value = instance.ContentType
public virtual string ContentType { get; }

See Also

Reference

OpenXmlPart Class
OpenXmlPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace