File.VersionEvents property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property VersionEvents As FileVersionEventCollection
Get
'Usage
Dim instance As File
Dim value As FileVersionEventCollection
value = instance.VersionEvents
public FileVersionEventCollection VersionEvents { get; }
Property value
Type: Microsoft.SharePoint.Client.FileVersionEventCollection