Device.GetLocation
Method | |
---|---|
Module | Device |
Library | Core |
Action | Gets the user-defined location for this device. |
Parameters | (None) |
Return values | |
Example | @loc = Device.GetLocation(); @loc = SELECT * FROM @loc WHERE Location = "New York"; IF (@loc) // Perform action on devices in NY ENDIF; |
Platforms |
|
Notes | Use |