AssociationGroupAssociationReference members

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.

The AssociationGroupAssociationReference type exposes the following members.

Properties

  Name Description
Public property EntityReference Gets the external content type reference that contains the association referred to by this EntityReference. (Overrides AssociationReference.EntityReference.)
Public property IsReverse Indicated whether the association referenced by this object is in the same direction as the containing AssociationGroup.
Public property Name Gets the name of the referenced association. (Overrides AssociationReference.Name.)

Top

Methods

  Name Description
Public method Delete Removes an association reference from an association group by deleting the association reference.
Public method GetAssociation Gets the association. (Overrides AssociationReference.GetAssociation().)
Public method ToString (Inherited from Object.)
Public method TryGetAssociation Gets the association. (Overrides AssociationReference.TryGetAssociation().)

Top

See also

Reference

AssociationGroupAssociationReference class

Microsoft.SharePoint.BusinessData.Administration namespace