SPMobileFieldMetaData.DisplayName Property
Gets a display name for the field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As SPMobileFieldMetaData
Dim value As String
value = instance.DisplayName
public virtual string DisplayName { get; }
Property Value
Type: System.String
A String that represents the display name of the field that is rendered by the SPMobileFieldMetaData.
Remarks
The default implementation returns the Title property of the field that is rendered by the SPMobileFieldMetaData class.