Partilhar 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)
Available in Sandboxed Solutions: No

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