Navigation:  Object Model Reference > Steps Collection >

Type Property

Previous pageReturn to chapter overviewNext page

Returns the type of steps in the collection.  Read-only.

 

Syntax

 

object.Type As StepTypeEnum

 

Arguments

 

object

       An object expression that evaluates to an object in the Applies To list.

 

The return values are:

Constant

Value

Description

vbldStepMain

0

The project steps collection.

vbldStepSubroutine

1

The subroutine steps collection.

vbldStepFailure

2

The failure steps collection.

vbldStepGlobalSubroutine

3

The global subroutine steps collection.

 

See Also

 

Applies to Steps collection, Steps property, Step object