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 the users who have been given contribute permissions to the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property AssociatedMemberGroup As SPGroup
Get
Set
'Usage
Dim instance As SPWeb
Dim value As SPGroup
value = instance.AssociatedMemberGroup
instance.AssociatedMemberGroup = value
[ClientCallableAttribute]
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.