|
OperatingSystemVersionMajor Property |
This value is the major version of the operating system.
Namespace: DoubleTake.Core.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic int Major { get; set; }
Public Property Major As Integer
Get
Set
public:
property int Major {
int get ();
void set (int value);
}
function get_Major();
function set_Major(value);
Property Value
Type:
Int32
The major version of the operating system.
See Also