SPMobileBaseFieldControl.UniqueFieldValidatorControl Property
Gets a control that verifies that the value of the field is unique for the column among all other list items.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property UniqueFieldValidatorControl As CustomValidator
Get
'Usage
Dim value As CustomValidator
value = Me.UniqueFieldValidatorControl
protected CustomValidator UniqueFieldValidatorControl { get; }
Property Value
Type: System.Web.UI.MobileControls.CustomValidator
A validator control that verifies uniqueness.
See Also
Reference
SPMobileBaseFieldControl Class