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