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

Syntax

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

Implements

ITodo..::..GeographicLocation

See Also