DocumentPropertyCollection.Contains

DocumentPropertyCollection.Contains method

Returns true if a property with the specified name exists in the collection.

public bool Contains(string name)
ParameterTypeDescription
nameStringThe case-insensitive name of the property.

Return Value

True if the property exists in the collection; false otherwise.

See Also