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