ComputerInfo.OsProductSuites 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.
Array of OSProductSuite objects indicating installed and licensed product additions to the operating system
public:
property cli::array <Microsoft::PowerShell::Commands::OSProductSuite> ^ OsProductSuites { cli::array <Microsoft::PowerShell::Commands::OSProductSuite> ^ get(); };
public:
property Platform::Array <Microsoft::PowerShell::Commands::OSProductSuite> ^ OsProductSuites { Platform::Array <Microsoft::PowerShell::Commands::OSProductSuite> ^ get(); };
public Microsoft.PowerShell.Commands.OSProductSuite[] OsProductSuites { get; }
member this.OsProductSuites : Microsoft.PowerShell.Commands.OSProductSuite[]
Public ReadOnly Property OsProductSuites As OSProductSuite()