获取该字段的类型。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property FieldTypeId As String
Get
用法
Dim instance As SPMobileListFieldSelector
Dim value As String
value = instance.FieldTypeId
public string FieldTypeId { get; }
属性值
类型:System.String
数字以指定字段的数据类型String 。
备注
FieldTypeId始终是SPFieldType枚举的值之一的整数等效或自定义字段类型的 ID 的字符串表示形式。