VariationLabel.DisplayName property

Returns the user interface (UI) display name of the label.

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As VariationLabel
Dim value As String

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

Property value

Type: System.String
The display name of the label.

Remarks

The value of this property defaults to the value of the Title property. This property is used by the predefined VariationsLabelMenu control to render the "Flag" control.

See also

Reference

VariationLabel class

VariationLabel members

Microsoft.SharePoint.Client.Publishing namespace