Enum MembershipStatus
Represents the current status of a project membership.
public enum MembershipStatus
Fields
Active = 0The membership is active and the user can fully participate in the project.
Pending = 1The membership request is pending approval from the project owner.
Rejected = 2The membership request was rejected by the project owner.