Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of delegate types in the assembly.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property Delegates As IList(Of Type)
Get
'Usage
Dim instance As IAssemblyManifest
Dim value As IList(Of Type)
value = instance.Delegates
IList<Type> Delegates { get; }
Property Value
Type: System.Collections.Generic.IList<Type>
A System.Collections.IList interface that represents the collection of delegate types.