Indicates what type of relationship this is.

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public AssociationType AssociationType { get; private set; }
Visual Basic (Declaration)
Public Property AssociationType As AssociationType

Remarks

LightSpeed associations are bi-directional so ensure you inspect the ReverseAssociationInfo property for details on the association from the position of the other entity in the relationship.

See Also