hasOwnProperty Method (JScript 5.6)

Returns a Boolean value indicating whether an object has a property with the specified name.

object.hasOwnProperty(proName)

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also