AttachmentsField.Value 属性
当在某个派生类中重写,获取或设置在 UI 中的字段的值。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Property Value As Object
Get
Set
用法
Dim instance As AttachmentsField
Dim value As Object
value = instance.Value
instance.Value = value
public override Object Value { get; set; }
属性值
类型:System.Object
空引用(无 在 Visual Basic 中),但在派生类中,表示具有作为其FieldRenderingControl属性的AttachmentsField对象的SPFieldAttachments对象的值Object时重写。
备注
此重写始终返回空引用(无 在 Visual Basic 中) , set访问器不执行任何操作。