TeamFoundationPerformanceCounter.Counter Property
This is the raw .NET Framework counter associated with this [TeamFoundationPerformanceCounter].
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Counter As CounterData
public CounterData Counter { get; }
public:
property CounterData^ Counter {
CounterData^ get ();
}
member Counter : CounterData with get
function get Counter () : CounterData
Property Value
Type: System.Diagnostics.PerformanceData.CounterData
Returns CounterData.
.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.