InterfaceIPerformanceCounterTemplate
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.Models.Interfaces
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IPerformanceCounterTemplate
Derived Classes:
Properties
Counters
Declaration
cs-api-definition
IEnumerable<IPerformanceCounterSelectedCounterViewModel> Counters { get; set; }
Property Value