Return the current .Net Framework runtime version.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property DotNetRunTimeVersion As String
	Get
C#
public static string DotNetRunTimeVersion { get; }

Return Value

See Also