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 - use the Variations Client Side OM instead",  _
    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 - use the Variations Client Side OM instead", 
    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