public sealed class MembershipFeatureState : IMessage<MembershipFeatureState>, IEquatable<MembershipFeatureState>, IDeepCloneable<MembershipFeatureState>, IBufferMessage, IMessage
MembershipFeatureState contains Feature status information for a single
Membership.
[[["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 latest version of `MembershipFeatureState` is 2.5.0, with multiple previous versions available, including back to version 1.0.0."],["`MembershipFeatureState` class contains information on the status of a Feature for a single Membership and implements multiple interfaces."],["The `MembershipFeatureState` class inherits from `Object` and has implemented methods from it such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are two constructors available for `MembershipFeatureState`: a default constructor and one that takes another `MembershipFeatureState` object as a parameter for copying."],["`MembershipFeatureState` has two properties: `Configmanagement` for Config Management-specific state, and `State` for the high-level state of the Feature."]]],[]]