[NotNullAttribute]
ILocation Location { get; set; }<NotNullAttribute>
Property Location As ILocation
Get
Set[NotNullAttribute]
property ILocation^ Location {
ILocation^ get ();
void set (ILocation^ value);
}[<NotNullAttribute>]
abstract Location : ILocation with get, set