  | RuntimeEnvironmentJumboAssemblyVersion Property | 
            Gets the version of Jumbo.
            
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static Version JumboAssemblyVersion { get; }Public Shared ReadOnly Property JumboAssemblyVersion As Version
	Get
public:
static property Version^ JumboAssemblyVersion {
	Version^ get ();
}static member JumboAssemblyVersion : Version with get
Property Value
Version
            A 
Version value for the Jumbo version.
            
Remarks
            The value returned is actually the version of the Ookii.Jumbo assembly.
            
See Also