DataSource.PerformanceCounter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a performance counter data source. This property is valid only when SourceType is PerfCounter
public:
property Microsoft::SystemInsights::Capability::PerformanceCounterDataSource ^ PerformanceCounter { Microsoft::SystemInsights::Capability::PerformanceCounterDataSource ^ get(); void set(Microsoft::SystemInsights::Capability::PerformanceCounterDataSource ^ value); };
public Microsoft.SystemInsights.Capability.PerformanceCounterDataSource PerformanceCounter { get; set; }
member this.PerformanceCounter : Microsoft.SystemInsights.Capability.PerformanceCounterDataSource with get, set
Public Property PerformanceCounter As PerformanceCounterDataSource