Description
Continue if profiles don't converge - if true, the target sequence continues if a profile fails to converge; otherwise, the MCS will stop upon the failure of a search profile.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ContinueOnFailure() As Boolean
|
| [C#] |
|---|
public bool ContinueOnFailure {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_ContinueOnFailure(); public: __property void set_ContinueOnFailure( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ContinueOnFailure( VARIANT_BOOL * pRetVal ); public: HRESULT put_ContinueOnFailure( VARIANT_BOOL NewContinueOnFailure );
|
| [Java] |
|---|
public bool getContinueOnFailure();public void setContinueOnFailure( bool );
|
See Also