Web API Reference MapGuide Open Source
virtual bool MgPropertyDefinitionCollection::Contains ( CREFSTRING  name  )  [virtual]

Returns true if the collection contains the specified item, false otherwise.

.NET Syntax
virtual bool Contains(string name);
Java Syntax
virtual boolean Contains(String name);
PHP Syntax
virtual bool Contains(string name);

Parameters:
name (String/string) Input the item name
Returns:
Returns true if the collection contains the specified item, false otherwise


Comments or suggestions? Send us feedback.