Share via


SPWeb.Modules-Eigenschaft

Die Auflistung von Modulen, die auf der Website verwendet werden.

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; }

Eigenschaftswert

Typ: Microsoft.SharePoint.SPModuleCollection
Eine Auflistung von SPModule -Objekten.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace