Returns the source of a failed connection attempt.
Syntax
object.FailedSource
Properties
The FailedSource property syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Remarks
FailedSource is a read-only property of type String.
When a user calls SetSource with "AI1+AI2" where AI1 exists and AI2 does not, FailedSource would contain AI2 (provided that the bUseAnyway parameter was not set to True).