Gets the teams, which is an instance of
TeamClient
Teams are groups of people with a set of rooms that are visible to all members of that team.
Use teams to create and manage the teams on behalf of the authenticated user.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public TeamClient Teams { get; }
Property Value
Type:
TeamClient
The teams.
Remarks Since: 0.1.0
See Also