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