Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.