Share via


VariationsLabelEcbMenu.DisplayText property

NOTE: This API is now obsolete.

Property that specifies the title that the menu displays.

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

Syntax

'Declaration
<ObsoleteAttribute("Use of this control is not recommended - use the Variations Client Side OM instead",  _
    False)> _
Public Property DisplayText As String
    Get
    Set
'Usage
Dim instance As VariationsLabelEcbMenu
Dim value As String

value = instance.DisplayText

instance.DisplayText = value
[ObsoleteAttribute("Use of this control is not recommended - use the Variations Client Side OM instead", 
    false)]
public string DisplayText { get; set; }

Property value

Type: System.String

See also

Reference

VariationsLabelEcbMenu class

VariationsLabelEcbMenu members

Microsoft.SharePoint.Publishing.WebControls namespace

VariationsLabelEcbMenu