SPMimeMapping.Extension property
Extension of the file this MIME mapping applies to. Extension 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 Extension As String
Get
'Usage
Dim instance As SPMimeMapping
Dim value As String
value = instance.Extension
public string Extension { get; }
Property value
Type: System.String
Returns String.