getClassProperties method (LotusScript® Language) This method returns a list of properties. Defined in JavaClass Syntax Set Javapropertycollection = javaclass .getClassProperties() Usage This method returns a list of all the public properties belonging to the class specified by javaclass. Example