The geographic location (lat/long) of the event.
Namespace: iCalAssembly: 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); } |