Public Property Get Prop_FrameworkSharedTablesVer (
Optional EmptyIfNotAccessible As Boolean = False
) As String
Return the framework shared configuration table version. This can be used if writing a script to upgrade the framework tables.
Dim s As String
s = xf.Command.Prop_FrameworkSharedTablesVer()
s = xf.Command.Prop_FrameworkSharedTablesVer(EmptyIfNotAccessible)