DropDownChoiceField.Value 属性

获取或设置列表控件中选定项的值。

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

语法

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

value = instance.Value

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

属性值

类型:System.Object
一个对象,它代表选定项的值。

另请参阅

引用

DropDownChoiceField 类

DropDownChoiceField 成员

Microsoft.SharePoint.WebControls 命名空间