This documentation is archived and is not being maintained.

IBuildDeletionResult::SymbolsFailure Property

Gets the failure that is associated with symbols deletion, if a failure occurred.

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

property IFailure^ SymbolsFailure {
	IFailure^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::IFailure
The failure that is associated with symbols deletion, if a failure occurred.

Show: