OsVersion Property (DeviceDescription)
The operating system version currently running on the device.

The following symbols are supported:

>, >=, <, <=

For example:

OsVersion = ">4.0"

OsVersion = ">=4.1"

C# Syntax

public string OsVersion {get; set;}