WaitLimit Property (Condition)
In This Topic
Number of seconds to wait for the condition to be satisfied.
Syntax
'Declaration
Public Property WaitLimit As Integer
public int WaitLimit {get; set;}
public:
property int WaitLimit {
int get();
void set ( int value);
}
See Also