IObjectTreeNodeWaitProperty Method (String, Object, Int32) |
Delays the test execution until the specified property equals the specified value or until the specified time limit is reached.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax bool WaitProperty(
string propertyName,
Object propertyValue,
int timeout
)
Function WaitProperty (
propertyName As String,
propertyValue As Object,
timeout As Integer
) As Boolean
Dim instance As IObjectTreeNode
Dim propertyName As String
Dim propertyValue As Object
Dim timeout As Integer
Dim returnValue As Boolean
returnValue = instance.WaitProperty(propertyName,
propertyValue, timeout)
bool WaitProperty(
String^ propertyName,
Object^ propertyValue,
int timeout
)
Parameters
- propertyName
- Type: SystemString
The property name. - propertyValue
- Type: SystemObject
The property value. - timeout
- Type: SystemInt32
The time limit.
Return Value
Type:
BooleanTrue if the specified property equals the specified value; else, false.
Exceptions See Also