App.VersionString property

Gets the version of the app as specified in its manifest.

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

Syntax

'Declaration
Public ReadOnly Property VersionString As String
    Get
'Usage
Dim instance As App
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).

See also

Reference

App class

App members

Microsoft.SharePoint.Client namespace