SPServiceApplication.ApplicationVersion property

Gets the version of the application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ApplicationVersion As Version
    Get
'Usage
Dim instance As SPServiceApplication
Dim value As Version

value = instance.ApplicationVersion
public virtual Version ApplicationVersion { get; }

Property value

Type: System.Version
The version of the service application.

Remarks

This property should be used to determine whether or not a proxy supports the service application.

See also

Reference

SPServiceApplication class

SPServiceApplication members

Microsoft.SharePoint.Administration namespace