Share via


TeamFoundationPerformanceService.Item Property

The indexer will return a set of performance counters for the given performance counter category.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    counterSetId As Guid _
) As TeamFoundationPerformanceCounters
public TeamFoundationPerformanceCounters this[
    Guid counterSetId
] { get; }
public:
property TeamFoundationPerformanceCounters^ Item[Guid counterSetId] {
    TeamFoundationPerformanceCounters^ get (Guid counterSetId);
}
member Item : 
        counterSetId:Guid -> TeamFoundationPerformanceCounters with get
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationPerformanceCounters
The set of counters if the category is registered; otherwise, returns null.

.NET Framework Security

See Also

Reference

TeamFoundationPerformanceService Class

Microsoft.TeamFoundation.Framework.Server Namespace