ComputerInfo.OsSuites Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()