AspMenu.AllowScriptUrls Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.AllowScriptUrls

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

AspMenu Class

AspMenu Members

Microsoft.SharePoint.WebControls Namespace