[UKN] exists ( [any]$obj, [any]$prop)
Parameter Format Description
$obj any parm description missing
$prop any parm description missing
return $true if property exists
used in strict mode to validate property exists before using
This can be used on hashtables, custom objects or class files.
EC:9C10 Fails on hashTables if value is null. use $ht.containsKey($key)
Copyright © 2018-2021, 2022, Rexcel System Inc.