SPMobileListFieldSelector.InternalName Property

Gets the internal name of the field.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property InternalName As String
    Get
'Usage
Dim instance As SPMobileListFieldSelector
Dim value As String

value = instance.InternalName
public string InternalName { get; }

Property Value

Type: System.String
A String that represents the fourth part of the <RenderingTemplate> ID that is specified by SPMobileListFieldSelector.

Remarks

InternalName is always the same value as the SPField.InternalName property for the field types that ship with SharePoint Foundation. For custom field types, it is defined in the fldtypes*.xml file for the custom field type.

See Also

Reference

SPMobileListFieldSelector Class

SPMobileListFieldSelector Members

Microsoft.SharePoint.MobileControls Namespace