Click or drag to resize
OperatingSystemInfoProductSuite Property
This value is the Windows OSVERSIONINFOEX structure, which contains operating system version information including major and minor version numbers, a build number, a platform identifier, and information about product suites and the latest service pack installed on the system.

Namespace: DoubleTake.Core.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public int ProductSuite { get; set; }

Property Value

Type: Int32
A bit mask that identifies the product suites available on the system.
See Also