RadioButtonChoiceField.Value 属性

获取或设置选定的单选按钮的值。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overrides Property Value As Object
    Get
    Set
用法
Dim instance As RadioButtonChoiceField
Dim value As Object

value = instance.Value

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

属性值

类型:System.Object
在 UI 中显示一个对象,表示的字段值。

另请参阅

引用

RadioButtonChoiceField 类

RadioButtonChoiceField 成员

Microsoft.SharePoint.WebControls 命名空间