SPListItem.MissingRequiredFields Property (Microsoft.SharePoint)
Gets a Boolean value that specifies whether required fields are missing from the item's properties.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property MissingRequiredFields As Boolean
Visual Basic (Usage)
Dim instance As SPListItem
Dim value As Boolean

value = instance.MissingRequiredFields
C#
public bool MissingRequiredFields { get; }

Property Value

true if required fields are missing; otherwise, false.
See Also

Tags :


Page view tracker