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.
Read-write property
[Visual Basic .NET] |
---|
Public Property ContinueOnFailure() As Boolean |
[C#] |
---|
public bool ContinueOnFailure {get; set;} |
[Managed C++] |
---|
public: __property bool get_ContinueOnFailure(); |
[Unmanaged C++] |
---|
public: HRESULT get_ContinueOnFailure( VARIANT_BOOL * pVal ); public: HRESULT put_ContinueOnFailure( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getContinueOnFailure(); public void setContinueOnFailure( bool ); |