ClientInfo.OSVersion 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.
Gets or sets the operating system version that the client is running.
public:
property System::String ^ OSVersion { System::String ^ get(); void set(System::String ^ value); };
public string OSVersion { get; set; }
member this.OSVersion : string with get, set
Public Property OSVersion As String
Property Value
The version of the operating system.