public ILocation Location { get; set; }Public Property Location As ILocation
Get
Setpublic:
virtual property ILocation^ Location {
ILocation^ get () sealed;
void set (ILocation^ value) sealed;
}abstract Location : ILocation with get, set
override Location : ILocation with get, set