The location of the event.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string Location { get; set; } |
| Visual Basic |
|---|
Public Property Location As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ Location { String^ get () sealed; void set (String^ value) sealed; } |