Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the class that implements the ISPConversionProcessor interface as specified by the Convert method request.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property HandlerClass As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.HandlerClass
public string HandlerClass { get; }
Property Value
Type: System.String
A string that contains the name of the class.
See Also
Reference
SPExecutingConversionRequest Class