Share via


AspMenu.PerformTargetBinding property

Gets or sets a value that indicates whether target binding is performed for the control.

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

Syntax

'Declaration
Public Property PerformTargetBinding As Boolean
    Get
    Set
'Usage
Dim instance As AspMenu
Dim value As Boolean

value = instance.PerformTargetBinding

instance.PerformTargetBinding = value
public bool PerformTargetBinding { get; set; }

Property value

Type: System.Boolean
true if target binding is performed; otherwise, false. The default is true.

See also

Reference

AspMenu class

AspMenu members

Microsoft.SharePoint.WebControls namespace