| LegacyTelogisServiceListTeamDrivers Method  | 
Print this page
                        Gets a number of drivers from the specified 
            
Team
            . A team is a collection
                        of drivers.
            
 
Namespace: Telogis.API 
Syntaxpublic Driver[] ListTeamDrivers(
	long teamId,
	int offset,
	int count
)
Public Function ListTeamDrivers ( 
	teamId As Long,
	offset As Integer,
	count As Integer
) As Driver()
Parameters
- teamId
 - Type: SystemInt64
            ID of the Team
             - offset
 - Type: SystemInt32
            Starting offset
             - count
 - Type: SystemInt32
            Maximum number of Drivers to return
             
Return Value
Type: 
Driver
            A number of drivers from the specified team.
            
See Also