RevisionNumber
- Last UpdatedNov 17, 2021
- 1 minute read
The RevisionNumber property is a read-only property that gets the revision number of the AVEVA Historian.
Syntax
Result = aaServer.RevisionNumber;
Return Value
Returns the revision 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.