Share via


SPRemoteAppEventProperties.Version property

Gets or sets the version of the app.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Version As Version
    Get
    Set
'Usage
Dim instance As SPRemoteAppEventProperties
Dim value As Version

value = instance.Version

instance.Version = value
[DataMemberAttribute]
public Version Version { get; set; }

Property value

Type: System.Version
The version of the app.

See also

Reference

SPRemoteAppEventProperties class

SPRemoteAppEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace