SPRemoteItemEventProperties.Versionless property
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Versionless As Boolean
Get
Set
'Usage
Dim instance As SPRemoteItemEventProperties
Dim value As Boolean
value = instance.Versionless
instance.Versionless = value
[DataMemberAttribute]
public bool Versionless { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPRemoteItemEventProperties class