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

関連項目

参照先

Microsoft.SharePoint.Client 名前空間