VariationLabel.DisplayName Property
Returns the user interface (UI) display name of the label.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.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
UI 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.