Description
If true, the sequence will run once before executing the script.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PreIterate() As Boolean
|
| [C#] |
|---|
public bool PreIterate {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_PreIterate(); public: __property void set_PreIterate( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PreIterate( VARIANT_BOOL * pRetVal ); public: HRESULT put_PreIterate( VARIANT_BOOL NewPreIterate );
|
| [Java] |
|---|
public bool getPreIterate();public void setPreIterate( bool );
|
See Also