SPMobileListFieldSelector.FieldType Property
Gets the type of the field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FieldType As String
Get
'Usage
Dim instance As SPMobileListFieldSelector
Dim value As String
value = instance.FieldType
public string FieldType { get; }
Property Value
Type: System.String
A String that represents the third part of the RenderingTemplate ID that is specified by the SPMobileListFieldSelector.
Remarks
FieldType is always the value of the TypeAsString property.
See Also
Reference
SPMobileListFieldSelector Class