Click or drag to resize
Team Class
Print this page
A Team is a collection of Driver objects.
Inheritance Hierarchy
SystemObject
  Telogis.APITeam

Namespace: Telogis.API
  
  
Syntax
public class Team

The Team type exposes the following members.

Properties
  NameDescription
Public propertyID
Public propertyProperties
Public propertyTag
Top
Fields
  NameDescription
Public fieldID
Unique identifier for this team
Public fieldProperties
User-assigned properties for this team.
Public fieldTag
Custom string describing this team
Top
Remarks
Use the AddDriverToTeam(Int64, Int64) method to add a driver to a team. Both teams and drivers are identified by unique ID s.
See Also