SPCalendarItem.DisplayFormUrl property
Gets or sets a string that contains the URL for the display form of the calendar item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisplayFormUrl As String
Get
Set
'Usage
Dim instance As SPCalendarItem
Dim value As String
value = instance.DisplayFormUrl
instance.DisplayFormUrl = value
public string DisplayFormUrl { get; set; }
Property value
Type: System.String
The URL for the display form of the calendar item.
Implements
ISPCalendarItem.DisplayFormUrl