| RuntimeEnvironmentJumboConfiguration Property |
Gets the Jumbo build configuration, typically the branch name.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public 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
Type:
String
A string describing the build configuration.
Remarks
This is typically the subversion branch from which Jumbo was built.
See Also