contains method

contains(self, property_name)

Determines whether the package contains a metadata property with the specified name.

Returns

True if the package contains a property with the specified name; otherwise, false.


def contains(self, property_name):
    ...
Parameter Type Description
property_name System.String The name of the property to locate in the package.

See Also