SPWeb.Modules property

Gets the collection of modules that are used on the website.

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

Syntax

'Declaration
Public ReadOnly Property Modules As SPModuleCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPModuleCollection

value = instance.Modules
public SPModuleCollection Modules { get; }

Property value

Type: Microsoft.SharePoint.SPModuleCollection
A collection of SPModule objects.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace