SchemaVersion
- Last UpdatedNov 17, 2021
- 1 minute read
The SchemaVersion property is a read-only property that gets the AVEVA Historian Client schema version for the server.
Syntax
Result = aaServer.SchemaVersion;
Return Value
Returns the schema version 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.