SPMobileChoiceField.DisplaySelectionNumberLimitKey 属性
获取用于查找,移动 web.config 文件中的最大的选项字段显示在列表视图或项目显示页上的选定选项数的键。仅在派生的类SPMobileMultiChoiceField中使用此属性。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides ReadOnly Property DisplaySelectionNumberLimitKey As String
Get
用法
Dim value As String
value = Me.DisplaySelectionNumberLimitKey
protected override string DisplaySelectionNumberLimitKey { get; }
属性值
类型:System.String
包含分配给特定号码移动 web.config 文件中的键String 。
备注
此重写返回"mobile_multichoice_displaylimitforselectedchoices",在移动 web.config 文件中设置为一个数值。
警告
仅在派生的类SPMobileMultiChoiceField中使用此属性。SPMobileChoiceField对象中没有任何意义。