SPRemoteItemEventProperties.IsBackgroundSave property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsBackgroundSave As Boolean
    Get
    Set
'Usage
Dim instance As SPRemoteItemEventProperties
Dim value As Boolean

value = instance.IsBackgroundSave

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

Property value

Type: System.Boolean

See also

Reference

SPRemoteItemEventProperties class

SPRemoteItemEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace