Web.AssociatedMemberGroup property

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

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

Syntax

'Declaration
Public Property AssociatedMemberGroup As Group
    Get
    Set
'Usage
Dim instance As Web
Dim value As Group

value = instance.AssociatedMemberGroup

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

Property value

Type: Microsoft.SharePoint.Client.Group
Returns Group.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace