SPDatePickerControl.ImageUrl Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property ImageUrl As Uri
Get
Set
'Usage
Dim instance As SPDatePickerControl
Dim value As Uri
value = instance.ImageUrl
instance.ImageUrl = value
[BindableAttribute(true)]
public Uri ImageUrl { get; set; }
Property Value
Type: System.Uri