This documentation is archived and is not being maintained.

IFailure::Code Property

Gets the code that is associated with this failure.

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

property String^ Code {
	String^ get ();
}

Property Value

Type: System::String
The code that is associated with this failure.

The code is typically the type of the exception that this failure represents.

Show: