Build
- Last UpdatedNov 17, 2021
- 1 minute read
The Build property is a read-only property that returns the build number of the AVEVA Historian as a message.
Syntax
Result = aaServer.Build;
Return Value
Returns the build number as a message.
Remarks
An exception is thrown if no one is currently logged on to the server. Use the LoggedOn property to find out if the server is logged on.
This property has no default value.