SPCalendarDataSource.Url Property
Gets or sets the string value that represents the URL of the calendar data source.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Url As String
Get
Set
'Usage
Dim instance As SPCalendarDataSource
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
Property Value
Type: System.String