DevForce Help Reference
DefaultVerifierOptions Property


Gets or sets the default verification options for the engine.
Syntax
'Declaration
 
Public Overridable Property DefaultVerifierOptions As VerifierOptions
'Usage
 
Dim instance As VerifierEngine
Dim value As VerifierOptions
 
instance.DefaultVerifierOptions = value
 
value = instance.DefaultVerifierOptions
public virtual VerifierOptions DefaultVerifierOptions {get; set;}
Remarks
If you do not set application defaults the system defaults will be used. These defaults are: VerifierOptions.ExecutionModes is VerifierExecutionModes.InstanceAndOnBeforeSetTriggers, VerifierOptions.ErrorNotificationMode is VerifierErrorNotificationMode.Notify, VerifierOptions.ShouldExitOnBeforeSetError is false, VerifierOptions.TreatWarningsAsErrors is false, and VerifierOptions.ErrorContinuationMode is VerifierErrorContinuationMode.Continue.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierEngine Class
VerifierEngine Members

Send Feedback