Sdílet prostřednictvím


RadioButtonChoiceField.Value property

Gets or set the value of the selected radio button.

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 RadioButtonChoiceField
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 field value as it appears in the UI.

See also

Reference

RadioButtonChoiceField class

RadioButtonChoiceField members

Microsoft.SharePoint.WebControls namespace