SPMobileFieldProperty.DisplayName Property

Gets the display name for the property, possibly truncated.

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

Syntax

Public Overrides ReadOnly Property DisplayName As String
    Get

Dim instance As SPMobileFieldProperty
Dim value As String

value = instance.DisplayName
public override string DisplayName { get; }

Property Value

Type: System.String
A String object that represents the name of the field property in the UI.

See Also

Reference

SPMobileFieldProperty Class

SPMobileFieldProperty Members

Microsoft.SharePoint.MobileControls Namespace