Expand Minimize
This topic has not yet been rated - Rate this topic

List.ValidationMessage property

Gets or sets a value that specifies the error message returned when data validation fails for a list item.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
public string ValidationMessage { get; set; }

Property value

Type: System.String
Returns a String instance representing the error message returned when data validation fails for a list item.

It must not be null. Its length must be equal to or less than 1024.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.