SPMobileBaseChoiceField.RequiredFieldValidatorControl property
Obtém um controle que verifica se o campo tem um valor quando o campo é obrigatório ter um.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Overridable ReadOnly Property RequiredFieldValidatorControl As RequiredFieldValidator
Get
'Uso
Dim value As RequiredFieldValidator
value = Me.RequiredFieldValidatorControl
protected virtual RequiredFieldValidator RequiredFieldValidatorControl { get; }
Property value
Type: System.Web.UI.WebControls.RequiredFieldValidator
Um controle de validação.