获取该字段的内部名称。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property InternalName As String
Get
用法
Dim instance As SPMobileListFieldSelector
Dim value As String
value = instance.InternalName
public string InternalName { get; }
属性值
类型:System.String
代表的第四部分由SPMobileListFieldSelector指定的 <RenderingTemplate> ID String 。
备注
InternalName总是随SharePoint Foundation的字段类型的SPField.InternalName属性的值相同。对于自定义字段类型,它定义在 fldtypes*.xml 文件中的自定义字段类型。