Purpose
Returns the serial number of the remote site associated with a Directory entry.
Syntax
ServerDirectory.SiteID
Example
Dim sd as ServerDirectory
sd.OpenAdmin ("John", fcListByName)
Debug "John is on site " & sd.RemoteSite & "serial " & sd.SiteID
|