LegacyTelogisServiceGetDriver Method |
Print this page
Get a Driver object, specified by ID.
Namespace: Telogis.API Syntax public Driver GetDriver(
long id
)
Public Function GetDriver (
id As Long
) As Driver
Parameters
- id
- Type: SystemInt64
ID of the Driver. An exception will be thrown if the Driver
does not exist or you don't have permissions to view the specified Driver.
Return Value
Type:
Driver
The Driver object with the given ID
See Also