History  | 
Gateway (Directory) 
Minimum version: 4.0 
Purpose 
Returns the name of the gateway associated with a Directory entry. 
Syntax 
ServerDirectory.Gateway 
Example 
Dim sd as ServerDirectory 
sd.OpenAdmin ("John", fcListByName) 
Debug "John is on server " & sd.Gateway 
 | ||