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
- counterSetId
Type: System.Guid
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationPerformanceCounters
The set of counters if the category is registered; otherwise, returns null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.