| EventLocationUrl Property |
A URL providing more information about the event's location.
Namespace:
Galactic.Calendar
Assembly:
Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Uri LocationUrl { get; set; }
Public Property LocationUrl As Uri
Get
Set
public:
property Uri^ LocationUrl {
Uri^ get ();
void set (Uri^ value);
}
member LocationUrl : Uri with get, set
Property Value
Type:
UriSee Also