MobileAspMenu.PerformTargetBinding property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property PerformTargetBinding As Boolean
Get
Set
'Uso
Dim instance As MobileAspMenu
Dim value As Boolean
value = instance.PerformTargetBinding
instance.PerformTargetBinding = value
public bool PerformTargetBinding { get; set; }
Property value
Type: System.Boolean