BuildDeletionResult2010.LabelFailure Property
Gets the failure that occurred deleting the label, if there are any.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property LabelFailure As Failure2010
public Failure2010 LabelFailure { get; set; }
public:
property Failure2010^ LabelFailure {
Failure2010^ get ();
void set (Failure2010^ value);
}
member LabelFailure : Failure2010 with get, set
function get LabelFailure () : Failure2010
function set LabelFailure (value : Failure2010)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.Failure2010
Returns Failure2010.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace