Share via


SPSolutionValidationProperties.Valid property

Gets or sets a Boolean value that indicates the validity of the solution.

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

Syntax

'Declaration
Public Property Valid As Boolean
    Get
    Set
'Usage
Dim instance As SPSolutionValidationProperties
Dim value As Boolean

value = instance.Valid

instance.Valid = value
public bool Valid { get; set; }

Property value

Type: System.Boolean
true if the solution is valid; otherwise, false.

See also

Reference

SPSolutionValidationProperties class

SPSolutionValidationProperties members

Microsoft.SharePoint.UserCode namespace