PostSharp//API Reference/Post­Sharp.​Patterns.​Threading/Thread­Aware­Attribute/Runtime­Verification­Enabled
Open sandboxFocus

Property RuntimeVerificationEnabled

RuntimeVerificationEnabled

Determines whether the code should be verified against the model at runtime. The default value is true for the debug build configuration and false for the release build configuration.

Declaration
public bool RuntimeVerificationEnabled { get; set; }
Property Value
Type Description
Boolean