SPRemoteEventProperties class
Holds the information of a remote event.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.EventReceivers.SPRemoteEventProperties
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "RemoteEventProperties", Namespace := "https://schemas.microsoft.com/sharepoint/remoteapp/")> _
Public Class SPRemoteEventProperties
'Usage
Dim instance As SPRemoteEventProperties
[DataContractAttribute(Name = "RemoteEventProperties", Namespace = "https://schemas.microsoft.com/sharepoint/remoteapp/")]
public class SPRemoteEventProperties
Remarks
Depending on the event type, one of the corresponding event properties is available.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.