ISharedServiceApplication.ApplicationVersion Property
Gets the version number of this application instance.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
ReadOnly Property ApplicationVersion As Version
Get
'Usage
Dim instance As ISharedServiceApplication
Dim value As Version
value = instance.ApplicationVersion
Version ApplicationVersion { get; }
Property Value
Type: System.Version
A Version that is the version number of this application instance.
See Also
Reference
ISharedServiceApplication Interface