SPMobileBaseTextField.ValidationControlId Property
Gets an ID that a validation control uses to identify the control whose value it should validate.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property ValidationControlId As String
Get
'Usage
Dim value As String
value = Me.ValidationControlId
protected virtual string ValidationControlId { get; }
Property Value
Type: System.String
A String that is used to identify this SPMobileBaseTextField object for a validation control.