FRAMES | NO FRAMES |
Gets the version of Business Analyst Server.
Availability: Business Analyst Server.
string GetVersion ( );
Parameter | Description |
---|---|
- | - |
Variable of type String containing the Business Analyst Server version
The example below requests a version of the current Business Analyst instance.
C# |
// Instantiate the BAServerHelper class to access analysis methods BAServerHelper baServerHelper = new BAServerHelper(); string version = baServerHelper.GetVersion(); |