Click or drag to resize

WebexMemberships Property

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

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.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