SPWeb.AssociatedMemberGroup property

Gets the users who have been given contribute permissions to the website.

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

Syntax

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

value = instance.AssociatedMemberGroup

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

Property value

Type: Microsoft.SharePoint.SPGroup
An SPGroup object that represents the group of users who have been given contribute permissions to the website.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace