Hi all, I'm developing a webpart which references a separate assembly. This assembly has a class with methods and properties. One of the properties has an optional parameter specified. The signature is; Public Shared ReadOnly Property Item( ByVal key As String , Optional ByVal maxAge As Integer ...