ScriptLink.OnDemand property

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

Syntax

'Declaration
Public Property OnDemand As Boolean
    Get
    Set
'Usage
Dim instance As ScriptLink
Dim value As Boolean

value = instance.OnDemand

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

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

ScriptLink class

ScriptLink members

Microsoft.SharePoint.WebControls namespace