Returns true if a property with the specified name exists in the collection.
[Visual Basic]Public Function Contains( _
ByVal
name As
String _
) As
Boolean Parameters
- name
- The case-insensitive name of the property.
Return Value
True if the property exists in the collection; false otherwise.
See Also
DocumentPropertyCollection Class | Aspose.Words.Properties Namespace