SPWeb.AssociatedVisitorGroup-Eigenschaft

Ruft die Besuchergruppe zugeordneten der Website.

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

Syntax

'Declaration
Public Property AssociatedVisitorGroup As SPGroup
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As SPGroup

value = instance.AssociatedVisitorGroup

instance.AssociatedVisitorGroup = value
public SPGroup AssociatedVisitorGroup { get; set; }

Eigenschaftswert

Typ: Microsoft.SharePoint.SPGroup
Ein SPGroup -Objekt, das die zugeordneten Besuchergruppe darstellt.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace