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 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.