FRAMES | NO FRAMES
GetVersion Method

Gets the version of Business Analyst Server.

Availability: Business Analyst Server.

string GetVersion ( 
); 

Parameter Description
- -

Returns

Variable of type String containing the Business Analyst Server version

Examples

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();

See Also