SPWeb.AssociatedOwnerGroup property
取得或設定網站相關聯的擁有者群組。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: Microsoft.SharePoint.SPGroup
SPGroup 物件,表示相關聯的擁有者群組。