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.
Gets or sets an error message that explains why the solution is invalid.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ValidationErrorMessage As String
Get
Set
'Usage
Dim instance As SPSolutionValidationProperties
Dim value As String
value = instance.ValidationErrorMessage
instance.ValidationErrorMessage = value
public string ValidationErrorMessage { get; set; }
Property Value
Type: System.String
A string that contains the error message.
See Also
Reference
SPSolutionValidationProperties Class