Share via


SPMimeMapping.MimeType property

Target MIME type that files to receive as specified by Extension and ProgId. Must be non-null and greater than 0 characters in length.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property MimeType As String
    Get
'Usage
Dim instance As SPMimeMapping
Dim value As String

value = instance.MimeType
public string MimeType { get; }

Property value

Type: System.String
Returns String.

See also

Reference

SPMimeMapping class

SPMimeMapping members

Microsoft.SharePoint.Administration namespace