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