Determines whether the collection contains a property with the given name.
[Visual Basic]Public Function Contains( _
ByVal
name As
String _
) As
Boolean Parameters
- name
- Case-sensitive name of the property to locate.
Return Value
True if item is found in the collection; otherwise, false.
See Also
CustomXmlPropertyCollection Class | Aspose.Words.Markup Namespace