  | RuntimeEnvironmentJumboConfiguration Property | 
            Gets the Jumbo build configuration, typically the branch name.
            
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static string? JumboConfiguration { get; }Public Shared ReadOnly Property JumboConfiguration As String
	Get
public:
static property String^ JumboConfiguration {
	String^ get ();
}static member JumboConfiguration : string with get
Property Value
String
            A string describing the build configuration.
            
Remarks
            This is typically the subversion branch from which Jumbo was built.
            
See Also