[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Exceptions.DispatchException.Response"]
public string Response { get; set; }
Public Property Response As String
Get
Set
public:
property String^ Response {
String^ get ();
void set (String^ value);
}
member Response : string with get, set