Share via


SPProxyOperationType constructor (String, String)

Initializes a new instance of the SPProxyOperationType class using the specified assembly and type names.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    assemblyName As String, _
    typeName As String _
)
'Usage
Dim assemblyName As String
Dim typeName As String

Dim instance As New SPProxyOperationType(assemblyName, _
    typeName)
public SPProxyOperationType(
    string assemblyName,
    string typeName
)

Parameters

  • assemblyName
    Type: System.String

    A string that contains the assembly name.

  • typeName
    Type: System.String

    A string that contains the type name.

See also

Reference

SPProxyOperationType class

SPProxyOperationType members

SPProxyOperationType overload

Microsoft.SharePoint.UserCode namespace