[Missing <summary> documentation for "P:Scanjour.Workflow4.Common.Exchange.ExchangeMailService.TimeOut"]
public int TimeOut { get; set; }
Public Property TimeOut As Integer
Get
Set
public:
property int TimeOut {
int get ();
void set (int value);
}
member TimeOut : int with get, set