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