SPMobileBaseFieldControl.UniqueFieldValidatorControl property
Namespace: Microsoft.SharePoint.Mobile.WebControls
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.WebControls.CustomValidator
See also
Reference
SPMobileBaseFieldControl class