Class ChatMemberOptions Options for a member participating in a chat Inheritance object ChatMemberOptions Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: PnP.Core.Model.Me Assembly: PnP.Core.dll Syntax public class ChatMemberOptions Properties Roles Member roles Declaration public List<string> Roles { get; set; } Property Value List<string> UserId User id of the member Declaration public string UserId { get; set; } Property Value string