Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FieldTypeId As String
Get
'Usage
Dim instance As SPMobileListFieldSelector
Dim value As String
value = instance.FieldTypeId
public string FieldTypeId { get; }
Property Value
Type: System.String
A String that specifies the data type of field as a numeral.
Remarks
FieldTypeId is always a string representation of either the literal integer equivalent of one of the values of the SPFieldType enumeration or the ID of a custom field type.
See Also
Reference
SPMobileListFieldSelector Class