SP.ClientContext.serverSchemaVersion property (sp.js)

Gets the schema version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.ClientContext.get_serverSchemaVersion()

Return value

String
The schema version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server.

See also

Other resources

SP.ClientContext object (sp.js)