|
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.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic int ProductSuite { get; set; }
Public Property ProductSuite As Integer
Get
Set
public:
property int ProductSuite {
int get ();
void set (int value);
}
function get_ProductSuite();
function set_ProductSuite(value);
Property Value
Type:
Int32A bit mask that identifies the product suites available on the system.
See Also