SPWeb.AssociatedGroups-Eigenschaft

Ruft eine Liste der Gruppen, die mit der Website verknüpft sind.

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

Syntax

'Declaration
Public ReadOnly Property AssociatedGroups As IList(Of SPGroup)
    Get
'Usage
Dim instance As SPWeb
Dim value As IList(Of SPGroup)

value = instance.AssociatedGroups
public IList<SPGroup> AssociatedGroups { get; }

Eigenschaftswert

Typ: System.Collections.Generic.IList<SPGroup>
Eine System.Collections.IList -Schnittstelle, die eine Liste der Gruppen bereitstellt, die mit der Website verknüpft sind.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace