ISPEventReceiversHost.GetReceiverHostId property

Gets the globally-unique identifier (GUID) for a predefined event receiver process which is associated with a particular SharePoint object.

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

Syntax

'Declaration
ReadOnly Property GetReceiverHostId As Guid
    Get
'Usage
Dim instance As ISPEventReceiversHost
Dim value As Guid

value = instance.GetReceiverHostId
Guid GetReceiverHostId { get; }

Property value

Type: System.Guid
A System.Guid that identifies a predefined event receiver.

See also

Reference

ISPEventReceiversHost interface

ISPEventReceiversHost members

Microsoft.SharePoint namespace