public int? ExecutionTimeOut { get; set; }Public Property ExecutionTimeOut As Integer?
Get
Setpublic:
property Nullable<int> ExecutionTimeOut {
Nullable<int> get ();
void set (Nullable<int> value);
}member ExecutionTimeOut : Nullable<int> with get, set