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.

See also

Reference

SPDelegate class

SPDelegate members

Microsoft.SharePoint.Upgrade namespace