AllDayEventField.Value Property
Gets or sets the value of the AllDayEventField object checkbox.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Property Value As Object
Get
Set
'Usage
Dim instance As AllDayEventField
Dim value As Object
value = instance.Value
instance.Value = value
public override Object Value { get; set; }
Property Value
Type: System.Object
A Boolean value. true if the checkbox is activated; otherwise, false.