# File lib/rbvmomi/basic_types.rb, line 109
  def initialize_copy(source)  
    super  
    @props = @props.dup  
  end