Share via


TeamFoundationJobReportingResultsOverTime.BlockedCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingResultsOverTime Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace