'DeclarationReadOnly Property Entry As System.String
'UsageDim instance As IRange Dim value As System.String value = instance.Entry
System.string Entry {get;}
read-only property Entry: System.String;
function get Entry : System.String
            __property System.string* get_Entry();
            property System.String^ Entry {
   System.String^ get();
}