ExportCounterCommand.InputObject Property

Definition

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

Property Value

Applies to