SPItemEventProperties.Versionless property
Indicates whether the event results in a change that does not increment the version.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Versionless As Boolean
Get
'Usage
Dim instance As SPItemEventProperties
Dim value As Boolean
value = instance.Versionless
public bool Versionless { get; }
Property value
Type: System.Boolean
true if the event does not affect the version.