SPWeb.CustomJavaScriptFileUrl property

The custom JavaScript file URL used by the CustomJsUrl web control.

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

Syntax

'Declaration
Public Property CustomJavaScriptFileUrl As String
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As String

value = instance.CustomJavaScriptFileUrl

instance.CustomJavaScriptFileUrl = value
public string CustomJavaScriptFileUrl { get; set; }

Property value

Type: System.String
A String string that represents the custom JavaScript file URL.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace