Click or drag to resize

SparkMemberships Property

Gets the memberships, which is an instance of MembershipClient Memberships represent a person's relationships to rooms. Use membership to manage the authenticated user's relationship to rooms.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public MembershipClient Memberships { get; }

Property Value

Type: MembershipClient
The memberships.
Remarks
Since: 0.1.0
See Also