Click or drag to resize

WebexTeamMemberships Property

Gets the team memberships, which is an instance of TeamMembershipClient Team Memberships represent a person's relationships to teams. Use teamMemberships to create and manage the team membership on behalf of the authenticated user.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public TeamMembershipClient TeamMemberships { get; }

Property Value

Type: TeamMembershipClient
The team memberships.
Remarks
Since: 0.1.0
See Also