DateTimeControl.DatePickerJavaScriptUrl Property
Gets or sets the URL of the control's ECMAScript (JScript, JavaScript) file.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(False)> _
Public Property DatePickerJavaScriptUrl As String
Get
Set
'Usage
Dim instance As DateTimeControl
Dim value As String
value = instance.DatePickerJavaScriptUrl
instance.DatePickerJavaScriptUrl = value
[BindableAttribute(false)]
public string DatePickerJavaScriptUrl { get; set; }
Property Value
Type: System.String
A string that represents the URL.