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

See Also

Reference

CounterInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace