SPEventReceiverDefinitionCreationInformation.Type property
This class or member is reserved for internal use and is not intended to be used in your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Type As SPEventReceiverType
Get
Set
'Usage
Dim instance As SPEventReceiverDefinitionCreationInformation
Dim value As SPEventReceiverType
value = instance.Type
instance.Type = value
public SPEventReceiverType Type { get; set; }
Property value
Type: Microsoft.SharePoint.SPEventReceiverType
See also
Reference
SPEventReceiverDefinitionCreationInformation class