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