Online and CHM
TotalLinesOfCode Property



KellermanSoftware.StaticCodeAnalysis Namespace > QualityResult Class : TotalLinesOfCode Property
The total lines of code without blank lines or comments
Syntax
'Declaration
 
Public Property TotalLinesOfCode As Long
'Usage
 
Dim instance As QualityResult
Dim value As Long
 
instance.TotalLinesOfCode = value
 
value = instance.TotalLinesOfCode
public long TotalLinesOfCode {get; set;}
public:
property int64 TotalLinesOfCode {
   int64 get();
   void set (    int64 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