Click or drag to resize

PFPerformanceCountersCounters Property

Gets or sets the root counters.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
[XmlArrayAttribute]
public List<PFPerformanceCounter> Counters { get; set; }

Property Value

Type: ListPFPerformanceCounter
See Also