SPMobileComponent.Field 属性
获取或设置时SPMobileComponent是一个字段呈现控件呈现字段。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Property Field As SPField
Get
Set
用法
Dim instance As SPMobileComponent
Dim value As SPField
value = instance.Field
instance.Field = value
public virtual SPField Field { get; set; }
属性值
类型:Microsoft.SharePoint.SPField
指定时SPMobileComponent是一个字段呈现控件呈现字段SPField 。
备注
当SPMobileComponent不是一个字段呈现控件时, Field通常是空引用(无 在 Visual Basic 中),但这不能保证。如果SPMobileComponent任何父-控件层次结构中派生的对象具有一个非 null字段值, Field具有相同的值。