History
ServerDirectory.LastName
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
ServerDirectory.LastName
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