SPDefaultSolutionValidator Constructor (SPUserCodeService)
Initializes a new instance of the SPDefaultSolutionValidator class.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
userCodeService As SPUserCodeService _
)
'Usage
Dim userCodeService As SPUserCodeService
Dim instance As New SPDefaultSolutionValidator(userCodeService)
public SPDefaultSolutionValidator(
SPUserCodeService userCodeService
)
Parameters
userCodeService
Type: Microsoft.SharePoint.Administration.SPUserCodeServiceThe service used to provide sandboxed solutions functionality.
Remarks
This method calls the base object constructor and sets the Signature property to 1.
See Also
Reference
SPDefaultSolutionValidator Class
SPDefaultSolutionValidator Members