SchedulePicker.IsValid property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsValid As Boolean
Get
Set
'Usage
Dim instance As SchedulePicker
Dim value As Boolean
value = instance.IsValid
instance.IsValid = value
public bool IsValid { get; set; }
Property value
Type: System.Boolean