ListDataValidationType 枚举
Describes the type of validation that caused a failure.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Enumeration ListDataValidationType
用法
Dim instance As ListDataValidationType
public enum ListDataValidationType
成员
成员名称 | 说明 | |
---|---|---|
UserFormulaField | The value failed validation by a field validation formula created by a list author. | |
UserFormulaItem | The value failed validation by an item validation formula created by a list author. | |
RequiredField | No value was provided for a required field. | |
ChoiceField | The value is not one of the available choices for the field. | |
MinMaxField | The value is not within the bounds specified by the MinimumValue and MaximumValue properties of the field. | |
TextField |