SPApp.VersionString property
Gets the version of the app as specified in its manifest.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property VersionString As String
Get
'Usage
Dim instance As SPApp
Dim value As String
value = instance.VersionString
public string VersionString { get; }
Property value
Type: System.String
The version of the app. The version type is not supported by the client-side object model (CSOM).