Share via


SPCalendarItem.Location property

Gets or sets the string value that represents the location of the calendar item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Location As String
    Get
    Set
'Usage
Dim instance As SPCalendarItem
Dim value As String

value = instance.Location

instance.Location = value
public string Location { get; set; }

Property value

Type: System.String

Implements

ISPCalendarItem.Location

See also

Reference

SPCalendarItem class

SPCalendarItem members

Microsoft.SharePoint.WebControls namespace