TeamFoundationJobReportingResultsOverTime.ExtensionNotFoundCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingResultsOverTime Class

Microsoft.TeamFoundation.Framework.Server Namespace