Enum MemberRoleType

MemberRoleType enumeration

Type of a user role within the team.

public enum MemberRoleType

Values

NameValueDescription
Member0A user who is a member of the team.
Owner1A user who is the owner of the team.
Guest2A user who is not a member of the team.

See Also