Share via


DropDownChoiceField.Value Property

Gets or sets the value of the selected item in the list control.

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

value = instance.Value

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

Property Value

Type: System.Object
An object that represents the value of the selected item.

See Also

Reference

DropDownChoiceField Class

DropDownChoiceField Members

Microsoft.SharePoint.WebControls Namespace