Gets or sets the associated owner groups of the website.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property AssociatedOwnerGroup As SPGroup
Get
Set
用法
Dim instance As SPWeb
Dim value As SPGroup
value = instance.AssociatedOwnerGroup
instance.AssociatedOwnerGroup = value
public SPGroup AssociatedOwnerGroup { get; set; }
属性值
类型:Microsoft.SharePoint.SPGroup
An SPGroup object that represents the associated owner group.