TrackingResponseDestination Property | |
Destination Location
Namespace:
PSI.Sox.Tracking
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public TrackingLocation Destination { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property TrackingLocation^ Destination {
TrackingLocation^ get ();
void set (TrackingLocation^ value);
}
function get_Destination();
function set_Destination(value);
Property Value
Type:
TrackingLocationSee Also