getReleaseVersion() Method Description This method returns version information about the current release of this microagent. Parameters None. Returns Name Description Name The name of the application, represented as a String, which implements this microagent. Version The release version, represented as a String. Date The release date, represented as a String. Major The release version major number, represented as an integer. Minor The release version minor number, represented as an integer. Update The release version update number, represented as an integer. Remarks This method uses synchronous method invocation.