This documentation is archived and is not being maintained.

IBuildErrorBase::LineNumber Property

Gets or sets the starting line number of the error or warning.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property int LineNumber {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The starting line number of the error or warning.

Show: