The location of the event.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Location { get; set; }
Visual Basic
Public Property Location As String
	Get
	Set
Visual C++
public:
virtual property String^ Location {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Implements

IEvent..::..Location

See Also