SPRemoteWebEventProperties class

Holds the information about a web event.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.EventReceivers.SPRemoteWebEventProperties

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

Syntax

'Declaration
<DataContractAttribute(Name := "RemoteWebEventProperties", Namespace := "https://schemas.microsoft.com/sharepoint/remoteapp/")> _
Public Class SPRemoteWebEventProperties
'Usage
Dim instance As SPRemoteWebEventProperties
[DataContractAttribute(Name = "RemoteWebEventProperties", Namespace = "https://schemas.microsoft.com/sharepoint/remoteapp/")]
public class SPRemoteWebEventProperties

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.

See also

Reference

SPRemoteWebEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace