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