SPExecutingConversionRequest.HandlerAssembly Property
Gets the name of the assembly that contains 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 HandlerAssembly As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.HandlerAssembly
public string HandlerAssembly { get; }
Property Value
Type: System.String
A string that contains the name of the assembly.
See Also
Reference
SPExecutingConversionRequest Class