Share via


SPExecutingConversionRequest.HandlerAssembly property

NOTE: This API is now obsolete.

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)

Syntax

'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property HandlerAssembly As String
    Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String

value = instance.HandlerAssembly
[ObsoleteAttribute("This member is obsolete.", false)]
public string HandlerAssembly { get; }

Property value

Type: System.String
A string that contains the name of the assembly.

See also

Reference

SPExecutingConversionRequest class

SPExecutingConversionRequest members

Microsoft.SharePoint namespace