Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The solution validator provided by Microsoft SharePoint Foundation.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPUserCodeProvider
Microsoft.SharePoint.UserCode.SPSolutionValidator
Microsoft.SharePoint.UserCode.SPDefaultSolutionValidator
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<GuidAttribute("80E10941-C4FE-4f93-9709-0153AE69A91E")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDefaultSolutionValidator _
Inherits SPSolutionValidator
'Usage
Dim instance As SPDefaultSolutionValidator
[GuidAttribute("80E10941-C4FE-4f93-9709-0153AE69A91E")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDefaultSolutionValidator : SPSolutionValidator
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.