Online and CHM
FilesToExclude Property



KellermanSoftware.StaticCodeAnalysis Namespace > QualityConfig Class : FilesToExclude Property
A list of files patterns to exclude from code quality checks. Default: *.min.css, *.min.js, temp*.*
Syntax
'Declaration
 
Public Property FilesToExclude As List(Of String)
'Usage
 
Dim instance As QualityConfig
Dim value As List(Of String)
 
instance.FilesToExclude = value
 
value = instance.FilesToExclude
public List<string> FilesToExclude {get; set;}
public:
property List<String^>^ FilesToExclude {
   List<String^>^ get();
   void set (    List<String^>^ 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

QualityConfig Class
QualityConfig Members