Click or drag to resize

Team Class

A data type represents a Team at Cisco Spark cloud.
Inheritance Hierarchy
SystemObject
  SparkSDKTeam

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

The Team type exposes the following members.

Constructors
  NameDescription
Public methodTeam
Initializes a new instance of the Team class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp that this team being created.
Public propertyId
The identifier of this team.
Public propertyName
The name of this team
Top
Remarks
Since: 0.1.0
See Also