PatchLevel
- Last UpdatedNov 17, 2021
- 1 minute read
The PatchLevel property is a read-only property that returns the patch level of the AVEVA Historian.
Syntax
Result = aaServer.PatchLevel;
Return Value
Returns the patch level as a message value.
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.