SPWeb.AssociatedVisitorGroup property
Gets or sets the associated visitor group of the 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; }
Property value
Type: Microsoft.SharePoint.SPGroup
An SPGroup object that represents the associated visitor group.