Share via


VariationsLabelEcbMenu.MenuFormat Property

NOTE: This API is now obsolete.

Gets or sets the menu format value for the VariationsLabelEcbMenu object.

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

Syntax

'Declaration
<ObsoleteAttribute("Use of this control is not recommended.", False)> _
Public Property MenuFormat As MenuFormat
    Get
    Set
'Usage
Dim instance As VariationsLabelEcbMenu
Dim value As MenuFormat

value = instance.MenuFormat

instance.MenuFormat = value
[ObsoleteAttribute("Use of this control is not recommended.", false)]
public MenuFormat MenuFormat { get; set; }

Property Value

Type: Microsoft.SharePoint.WebControls.MenuFormat
A value of the SharePoint.WebControls.MenuFormat enumeration that describes the menu format.

See Also

Reference

VariationsLabelEcbMenu Class

VariationsLabelEcbMenu Members

Microsoft.SharePoint.Publishing.WebControls Namespace