FormField.Value 属性

获取或设置字段的值。

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

语法

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

value = instance.Value

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

属性值

类型:System.Object
一个表示字段的值的对象。

另请参阅

引用

FormField 类

FormField 成员

Microsoft.SharePoint.WebControls 命名空间