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)
Available in Sandboxed Solutions: No

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