AssociationReferenceCollection Class
Represents a collection of association references of an association group. Provides lazy access to associations so that they can be forward referenced.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.AssociationReferenceCollection
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class AssociationReferenceCollection _
Implements IEnumerable(Of AssociationGroupAssociationReference), IEnumerable
'Usage
Dim instance As AssociationReferenceCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class AssociationReferenceCollection : IEnumerable<AssociationGroupAssociationReference>,
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.