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