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