AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The room membership details.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.RoomMembership

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class RoomMembership

The RoomMembership type exposes the following members

Constructors

NameDescription
Public Method RoomMembership()

Properties

NameTypeDescription
Public Property InvitedBy System.String

Gets and sets the property InvitedBy.

The identifier of the user that invited the room member.

Public Property Member Amazon.Chime.Model.Member

Gets and sets the property Member.

The member details, such as email address, name, member ID, and member type.

Public Property Role Amazon.Chime.RoomMembershipRole

Gets and sets the property Role.

The membership role.

Public Property RoomId System.String

Gets and sets the property RoomId.

The room ID.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The room membership update timestamp, in ISO 8601 format.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5