Advertising banner:

History
 
 ServerDirectory.LastName
Home • Help • A0 • Customization Tools • FCAS • Language Reference • ServerDirectory.LastName
 
LastName (Directory)
Minimum version: 4.0
Purpose
Returns a Directory entry's last name.
Syntax
ServerDirectory.LastName
Example
Dim sd as ServerDirectory
sd.OpenAdmin ("John", fcListByName)
Debug "John's last name is " & sd.LastName