Odd ACL behavior in LS?

Usually, you can drill down through the object model without declaring and initializing each step of the way. For example,

session.currentdatabase.getview( blah )

But, for some reason, the following doesn’t work that way

db.acl.getentry( blah )

Anyone know why the inconsistency?

Subject: Odd ACL behavior in LS?

Can’t reproduce this in 6.5.1. This works fine:

Dim s As New NotesSession

Msgbox s.CurrentDatabase.ACL.GetEntry(“Anonymous”).level