PerformanceCounterSampleSet.CounterSamples Property

Definition

public:
 property cli::array <Microsoft::PowerShell::Commands::GetCounter::PerformanceCounterSample ^> ^ CounterSamples { cli::array <Microsoft::PowerShell::Commands::GetCounter::PerformanceCounterSample ^> ^ get(); void set(cli::array <Microsoft::PowerShell::Commands::GetCounter::PerformanceCounterSample ^> ^ value); };
public:
 property Platform::Array <Microsoft::PowerShell::Commands::GetCounter::PerformanceCounterSample ^> ^ CounterSamples { Platform::Array <Microsoft::PowerShell::Commands::GetCounter::PerformanceCounterSample ^> ^ get(); void set(Platform::Array <Microsoft::PowerShell::Commands::GetCounter::PerformanceCounterSample ^> ^ value); };
public Microsoft.PowerShell.Commands.GetCounter.PerformanceCounterSample[] CounterSamples { get; set; }
member this.CounterSamples : Microsoft.PowerShell.Commands.GetCounter.PerformanceCounterSample[] with get, set
Public Property CounterSamples As PerformanceCounterSample()

Property Value

Applies to