# File lib/net/ssh/connection/channel.rb, line 191
        def property( name )
          ( @properties ||= Hash.new )[ name ]
        end