SPMimeMapping.ProgId property

ProgId of the file this MIME mapping applies to. 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 ProgId As String
    Get
'Usage
Dim instance As SPMimeMapping
Dim value As String

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

Property value

Type: System.String
Returns String.

See also

Reference

SPMimeMapping class

SPMimeMapping members

Microsoft.SharePoint.Administration namespace