Share via


AllDayEventField.Value property

Gets or sets the value of the AllDayEventField object checkbox.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

AllDayEventField class

AllDayEventField members

Microsoft.SharePoint.WebControls namespace