Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the failure that occurred when deleting the label, if any.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property LabelFailure As Failure
[ClientPropertyAttribute(ClientVisibility.Private)]
public Failure LabelFailure { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property Failure^ LabelFailure {
Failure^ get ();
void set (Failure^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member LabelFailure : Failure with get, set
function get LabelFailure () : Failure
function set LabelFailure (value : Failure)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.Failure
Returns Failure.
.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.