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