TeamFoundationPerformanceService.Item Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Public ReadOnly Default Property Item ( _
categoryName As String _
) As TeamFoundationPerformanceCounters
Get
public TeamFoundationPerformanceCounters this[
string categoryName
] { get; }
public:
property TeamFoundationPerformanceCounters^ default[String^ categoryName] {
TeamFoundationPerformanceCounters^ get (String^ categoryName);
}
member Item : TeamFoundationPerformanceCounters
JScript does not support indexed properties.
Parameters
- categoryName
Type: System.String
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationPerformanceCounters
.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.