Condividi tramite


StepDetailLogger.ErrorCount Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ErrorCount As Integer
public int ErrorCount { get; set; }
public:
property int ErrorCount {
    int get ();
    void set (int value);
}
member ErrorCount : int with get, set
function get ErrorCount () : int 
function set ErrorCount (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

StepDetailLogger Class

Microsoft.TeamFoundation.Framework.Server Namespace