Web.AssociatedOwnerGroup property

Gets or sets the associated owner groups of the website.

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

Syntax

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

value = instance.AssociatedOwnerGroup

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

Property value

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

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace