Typing `Public Property Get Foo() As Long` and then completing with `Enter` produces the below with `Variant` being selected. ``` Public Property Get Foo() As Long As Variant End Property ```