CounterInfo.Type Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Type As CounterType
public CounterType Type { get; set; }
public:
property CounterType Type {
CounterType get ();
void set (CounterType value);
}
member Type : CounterType with get, set
function get Type () : CounterType
function set Type (value : CounterType)
Property Value
Type: System.Diagnostics.PerformanceData.CounterType
Returns CounterType.
.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.