SPMobileFieldMetaData.InternalName Property

Gets an internal name for the field rendering control.

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

Syntax

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

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

Property Value

Type: System.String
A String that represents an internal name of the field-rendering SPMobileFieldMetaData object.

Remarks

The default implementation returns the InternalName property of the field that is rendered by the SPMobileFieldMetaData object.

See Also

Reference

SPMobileFieldMetaData Class

SPMobileFieldMetaData Members

Microsoft.SharePoint.MobileControls Namespace