InvalidProjectFileException.LineNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the invalid line number (if any) in the project.
public:
property int LineNumber { int get(); };
public int LineNumber { get; }
public int LineNumber { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.LineNumber : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.LineNumber : int
Public ReadOnly Property LineNumber As Integer
Property Value
The invalid line number, or zero.
- Attributes