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)
Available in Sandboxed Solutions: No

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

See Also

Reference

SPCalendarItem Class

SPCalendarItem Members

Microsoft.SharePoint.WebControls Namespace