Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The indexer will return the counter for the given counter name if it has been registered; otherwise, it will return null.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
counterName As String _
) As TeamFoundationPerformanceCounter
public TeamFoundationPerformanceCounter this[
string counterName
] { get; }
public:
property TeamFoundationPerformanceCounter^ default[String^ counterName] {
TeamFoundationPerformanceCounter^ get (String^ counterName);
}
member Item :
counterName:string -> TeamFoundationPerformanceCounter with get
JScript does not support indexed properties.
Parameters
counterName
Type: System.StringName of the performance counter required.
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationPerformanceCounter
The performance counter for this counter name, or null if it hasn't been registered.
.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.