AssociationGroupCollection Class
Represents a collection of association groups.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.AssociationGroupCollection
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class AssociationGroupCollection _
Implements IEnumerable(Of AssociationGroup), IEnumerable
'Usage
Dim instance As AssociationGroupCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class AssociationGroupCollection : IEnumerable<AssociationGroup>,
IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.