CheckBoxChoiceField.Value property

Gets or sets an object that represents the status of the CheckBoxChoiceField component.

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 CheckBoxChoiceField
Dim value As Object

value = instance.Value

instance.Value = value
public override Object Value { get; set; }

Property value

Type: System.Object
A SPFieldMultiChoiceValue object that represents the status of the CheckBoxChoiceField component.

See also

Reference

CheckBoxChoiceField class

CheckBoxChoiceField members

Microsoft.SharePoint.WebControls namespace