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 showing an entitlement's association with other entitlements, such as add-ons."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are relevant for protocol buffer functionality and object management within .NET."],["The latest version for AssociationInfo is version 2.14.0, and it offers previous versions all the way back to version 1.0.0 for historical reference and compatibility."],["`AssociationInfo` has properties like `BaseEntitlement` and `BaseEntitlementAsEntitlementName` that are used to identify and manage the relationship to the base entitlement, if there is one."]]],[]]