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)
Available in Sandboxed Solutions: No
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.StringA string that contains the assembly name.
typeName
Type: System.StringA string that contains the type name.