There's no documentation for this item.
# File soap/property.rb, line 156 def lock(cascade = false) if cascade each_key do |key| key.lock(cascade) end end @locked = true self end
<code/>
<pre/>
<code/>and<pre/>for code samples.