Contains

MetadataPackage.Contains method

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

public bool Contains(string propertyName)
Parameter Type Description
propertyName String The name of the property to locate in the package.

Return Value

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

See Also