SPWeb.AssociatedOwnerGroup-Eigenschaft
Ruft die Gruppen zugeordnete Besitzer der 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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.SPGroup
Ein SPGroup -Objekt, das die zugeordneten Besitzergruppe darstellt.