RecurrenceDataControl.IsValid property
IsValid: state of the control used for data validation
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
Get
'Usage
Dim instance As RecurrenceDataControl
Dim value As Boolean
value = instance.IsValid
public bool IsValid { get; }
Property value
Type: System.Boolean