The geographic location (lat/long) of the todo item.

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

Syntax

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

See Also