SPMobileBaseChoiceField.OptionNumberLimitKey 属性
当在某个派生类中重写,获取用于查找,在移动 web.config 文件中,选择用户可选择字段提供的最大数目的键。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overridable ReadOnly Property OptionNumberLimitKey As String
Get
用法
Dim value As String
value = Me.OptionNumberLimitKey
protected virtual string OptionNumberLimitKey { get; }
属性值
类型:System.String
代表分配给特定号码移动 web.config 文件中的键String 。
备注
默认实现返回空的String,因此您必须覆盖此属性,以使用它。