SPMobileComputedField.SPReadOnly 属性

获取一个值,指示字段是否为只读的。

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

语法

声明
Public Overrides ReadOnly Property SPReadOnly As Boolean
    Get
用法
Dim instance As SPMobileComputedField
Dim value As Boolean

value = instance.SPReadOnly
public override bool SPReadOnly { get; }

属性值

类型:System.Boolean
如果该字段是只读的。否则为为 false。

备注

此重写始终返回 true。

另请参阅

引用

SPMobileComputedField 类

SPMobileComputedField 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间