Returns whether the connection attempt was successful or not.
Syntax
object.ConnectionFailed
Properties
The ConnectionFailed property syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Remarks
ConnectionFailed is a read-only property of type Object.
Return Values
The ConnectionFailed property return valuesare:
Value |
Description |
True |
The connection failed. |
False |
The connection was successful. |