BPComponentByID Property
Description
Deprecated. Use BPComponentFactory of IBusinessProcess4. Gets a BPComponent from the test by its ID.
Property type
Read-only property
Syntax
Visual Basic
Public Property BPComponentByID( _
   ByVal nCompID As Long _
) As Object
Parameters
nCompID
A BPComponent .ID.
See Also