ComputerInfo.OsSuites Property

Definition

Product suites available on the operating system

public:
 property cli::array <Microsoft::PowerShell::Commands::OSProductSuite> ^ OsSuites { cli::array <Microsoft::PowerShell::Commands::OSProductSuite> ^ get(); };
public:
 property Platform::Array <Microsoft::PowerShell::Commands::OSProductSuite> ^ OsSuites { Platform::Array <Microsoft::PowerShell::Commands::OSProductSuite> ^ get(); };
public Microsoft.PowerShell.Commands.OSProductSuite[] OsSuites { get; }
member this.OsSuites : Microsoft.PowerShell.Commands.OSProductSuite[]
Public ReadOnly Property OsSuites As OSProductSuite()

Property Value

Applies to