SPWeb.AssociatedGroups 属性
Gets a list of the groups that are associated with the website.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property AssociatedGroups As IList(Of SPGroup)
Get
用法
Dim instance As SPWeb
Dim value As IList(Of SPGroup)
value = instance.AssociatedGroups
public IList<SPGroup> AssociatedGroups { get; }
属性值
类型:System.Collections.Generic.IList<SPGroup>
A System.Collections.IList interface that provides a list of the groups that are associated with the website.