SPMobileFieldMetaData.DisplayName Property

Gets a display name for the field.

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

Syntax

Public Overridable ReadOnly Property DisplayName As String
    Get

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.

See Also

Reference

SPMobileFieldMetaData Class

SPMobileFieldMetaData Members

Microsoft.SharePoint.MobileControls Namespace