| RuntimeEnvironmentDescription Property |
Gets a description of the runtime environment, including the version number.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public static string Description { get; }
Public Shared ReadOnly Property Description As String
Get
public:
static property String^ Description {
String^ get ();
}
static member Description : string with get
Property Value
Type:
String
A string value that describes the runtime environment, including the version number.
See Also