Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.