ClientRuntimeContext.ServerLibraryVersion Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Property ServerLibraryVersion As Version
    Get
    Friend Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As Version

value = instance.ServerLibraryVersion
public Version ServerLibraryVersion { get; internal set; }

Property Value

Type: System.Version
The build version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server.

See Also

Reference

ClientRuntimeContext Class

ClientRuntimeContext Members

Microsoft.SharePoint.Client Namespace