SPDelegate.Type Property
Gets the type of the delegate.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend ReadOnly Property Type As Type
Get
'Usage
Dim value As Type
value = Me.Type
protected internal Type Type { get; }
Property Value
Type: System.Type
A System.Type object that represents the delegate type.