SPWeb.AssociatedOwnerGroup Property
Gets or sets the associated owner groups of 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 AssociatedOwnerGroup As SPGroup
Get
Set
'Usage
Dim instance As SPWeb
Dim value As SPGroup
value = instance.AssociatedOwnerGroup
instance.AssociatedOwnerGroup = value
[ClientCallableAttribute]
public SPGroup AssociatedOwnerGroup { get; set; }
Property Value
Type: Microsoft.SharePoint.SPGroup
An SPGroup object that represents the associated owner group.