ComputerInfo.OsOperatingSystemSKU Property

Definition

SKU number for the operating system

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

Property Value

Applies to