SPWeb.AssociatedOwnerGroup property

Gets or sets the associated owner groups of the website.

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

Syntax

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

value = instance.AssociatedOwnerGroup

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

Property value

Type: Microsoft.SharePoint.SPGroup
An SPGroup object that represents the associated owner group.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace