Share via


StepDetailLogger.WarningCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

StepDetailLogger Class

Microsoft.TeamFoundation.Framework.Server Namespace