Online and CHM
LineNumber Property (QualityViolation)



KellermanSoftware.StaticCodeAnalysis Namespace > QualityViolation Class : LineNumber Property
The line number where the method occurs in the original source code
Syntax
'Declaration
 
Public Property LineNumber As Nullable(Of Integer)
'Usage
 
Dim instance As QualityViolation
Dim value As Nullable(Of Integer)
 
instance.LineNumber = value
 
value = instance.LineNumber
public Nullable<int> LineNumber {get; set;}
public:
property Nullable<int> LineNumber {
   Nullable<int> get();
   void set (    Nullable<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

QualityViolation Class
QualityViolation Members