Share via


SPDocumentParser.ClassId Property

Gets the GUID that identifies the document parser.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property ClassId As Guid
    Get
'Usage
Dim instance As SPDocumentParser
Dim value As Guid

value = instance.ClassId
public Guid ClassId { get; }

Property Value

Type: System.Guid
A System.Guid that identifies the document parser.

See Also

Reference

SPDocumentParser Class

SPDocumentParser Members

Microsoft.SharePoint.Administration Namespace