public sealed class AssociationInfo : IMessage<AssociationInfo>, IEquatable<AssociationInfo>, IDeepCloneable<AssociationInfo>, IBufferMessage, IMessage
Association links that an entitlement has to other entitlements.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AssociationInfo` class represents links between entitlements, specifically for cases where one entitlement is an add-on to another."],["The latest version available for `AssociationInfo` is 2.14.0, with a comprehensive history of versions dating back to 1.0.0."],["`AssociationInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in message-based communication and object management."],["It includes properties such as `BaseEntitlement`, which stores the name of the base entitlement, and `BaseEntitlementAsEntitlementName`, which provides a typed view of the base entitlement's resource name."],["The class also includes constructors for creating new `AssociationInfo` objects, either empty or by copying an existing one."]]],[]]