AssociationGroupAssociationReference class

Represents an AssociationReference used to reference an association from within an AssociationGroup object. It is a superset of the base AssociationReference, which is used for referencing associations from TypeDescriptor objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.AssociationReference
    Microsoft.SharePoint.BusinessData.Administration.AssociationGroupAssociationReference

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class AssociationGroupAssociationReference _
    Inherits AssociationReference
'Usage
Dim instance As AssociationGroupAssociationReference
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class AssociationGroupAssociationReference : AssociationReference

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.

See also

Reference

AssociationGroupAssociationReference members

Microsoft.SharePoint.BusinessData.Administration namespace