Click or drag to resize

Membership Class

Membership contents.
Inheritance Hierarchy
SystemObject
  SparkSDKMembership

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class Membership

The Membership type exposes the following members.

Constructors
  NameDescription
Public methodMembership
Initializes a new instance of the Membership class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp that the membership being created.
Public propertyId
The id of this membership.
Public propertyIsModerator
Moderator of a room.
Public propertyIsMonitor
Monitor of a room.
Public propertyPersonDisplayName
The display name of the person.
Public propertyPersonEmail
The email address of the person.
Public propertyPersonId
The id of the person.
Public propertyPersonOrgId
The organization id of this person in.
Public propertyRoomId
The id of the room.
Top
Remarks
Since: 0.1.0
See Also