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 the message that is displayed when validation fails for a list item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property ValidationMessage As String
Get
Set
'Usage
Dim instance As SPList
Dim value As String
value = instance.ValidationMessage
instance.ValidationMessage = value
public string ValidationMessage { get; set; }
Type: System.String
The text of the message.
Exception | Condition |
---|---|
ArgumentException | The string is too long. The maximum length of a validation message string is 1024. |
Each time that a list item is added or updated, the validation formula contained in the ValidationFormula property is evaluated. If validation fails, the message in the ValidationMessage property is displayed.