Processor.Availability Property

Definition

Availability and status of the processor

public:
 property Nullable<Microsoft::PowerShell::Commands::CpuAvailability> Availability { Nullable<Microsoft::PowerShell::Commands::CpuAvailability> get(); };
public Microsoft.PowerShell.Commands.CpuAvailability? Availability { get; }
member this.Availability : Nullable<Microsoft.PowerShell.Commands.CpuAvailability>
Public ReadOnly Property Availability As Nullable(Of CpuAvailability)

Property Value

Applies to