This documentation is archived and is not being maintained.

IBuildErrorBase::EndLineNumber Property

Gets or sets the ending 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 EndLineNumber {
	int get ();
	void set (int value);
}

Property Value

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

Show: