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 published symbols, 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 SymbolsFailure As Failure
[ClientPropertyAttribute(ClientVisibility.Private)]
public Failure SymbolsFailure { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property Failure^ SymbolsFailure {
Failure^ get ();
void set (Failure^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member SymbolsFailure : Failure with get, set
function get SymbolsFailure () : Failure
function set SymbolsFailure (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.