public ExplicitDestination Destination { get; set; }Public Property Destination As ExplicitDestination
Get
Setpublic:
property ExplicitDestination^ Destination {
ExplicitDestination^ get ();
void set (ExplicitDestination^ value);
}member Destination : ExplicitDestination with get, set