This documentation is archived and is not being maintained.

IBuildError::ErrorType Property

Gets or sets the type of the error.

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

property String^ ErrorType {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The type of the error.

Show: