SPWebService.PluggableParsers Property
The set of document parsers available to this Web service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property PluggableParsers As Dictionary(Of String, SPDocumentParser)
Get
Dim instance As SPWebService
Dim value As Dictionary(Of String, SPDocumentParser)
value = instance.PluggableParsers
public Dictionary<string, SPDocumentParser> PluggableParsers { get; }
Property Value
Type: System.Collections.Generic.Dictionary<String, SPDocumentParser>
The set of document parsers available to this Web service.