Online and CHM
ConfigValue Property (IQualityCheck)



KellermanSoftware.StaticCodeAnalysis.QualityChecks Namespace > IQualityCheck Interface : ConfigValue Property
The minimum value to trigger the Quality Check. -1 is ignore
Syntax
'Declaration
 
Property ConfigValue As Integer
'Usage
 
Dim instance As IQualityCheck
Dim value As Integer
 
instance.ConfigValue = value
 
value = instance.ConfigValue
int ConfigValue {get; set;}
property int ConfigValue {
   int get();
   void set (    int value);
}
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

IQualityCheck Interface
IQualityCheck Members