LegacyTelogisServiceGetTeam Method |
Print this page
Gets a Team object specified by ID
Namespace: Telogis.API Syntax public Team GetTeam(
long id
)
Public Function GetTeam (
id As Long
) As Team
Parameters
- id
- Type: SystemInt64
ID of the desired Team. An exception will be thrown if this ID
is invalid or you are not authorized to view the Team.
Return Value
Type:
Team
The Team object with the given ID
See Also