Share via


SPServiceApplication.ApplicationVersion Property

Gets the version of the application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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