The geographic location (lat/long) of the event.

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

Syntax

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

Implements

IEvent..::..GeographicLocation

See Also