Online and CHM
FilesAnalyzed Property



KellermanSoftware.StaticCodeAnalysis Namespace > QualityResult Class : FilesAnalyzed Property
A list of the files that were analyzed
Syntax
'Declaration
 
Public Property FilesAnalyzed As List(Of String)
'Usage
 
Dim instance As QualityResult
Dim value As List(Of String)
 
instance.FilesAnalyzed = value
 
value = instance.FilesAnalyzed
public List<string> FilesAnalyzed {get; set;}
public:
property List<String^>^ FilesAnalyzed {
   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

QualityResult Class
QualityResult Members