SPSolutionValidationProperties Class

Provides the properties of a solution package to the solution validators for validation and retrieves the validation result from the solution validators.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPSolutionValidationProperties

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolutionValidationProperties
'Usage
Dim instance As SPSolutionValidationProperties
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSolutionValidationProperties

Remarks

This class is sealed and cannot be inherited.

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.

See Also

Reference

SPSolutionValidationProperties Members

Microsoft.SharePoint.UserCode Namespace