| RuntimeEnvironmentJumboVersion Property |
Gets the version of Jumbo.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public static Version JumboVersion { get; }
Public Shared ReadOnly Property JumboVersion As Version
Get
public:
static property Version^ JumboVersion {
Version^ get ();
}
static member JumboVersion : Version with get
Property Value
Type:
Version
A
Version value for the Jumbo version.
Remarks
The value returned is actually the version of the Ookii.Jumbo assembly.
See Also