[Visual Basic] Protected ReadOnly screenRepository As ScreenRepository [C#] protected readonly ScreenRepository screenRepository; [C++] protected: const ScreenRepository* screenRepository; [JScript] protected const var screenRepository: ScreenRepository;