ListRow.InvalidData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean value that indicates if a row in a list contains cells that don't pass data validation and need to be fixed before any changes can be committed to the Microsoft Windows SharePoint Services site.
public:
property bool InvalidData { bool get(); };
public bool InvalidData { get; }
Public ReadOnly Property InvalidData As Boolean