Determines whether the collection contains a property with the specified name.
[Visual Basic]Public Function Contains( _
ByVal
name As
String _
) As
Boolean Parameters
- name
- The name of a property to locate in the collection.
Return Value
True if the collection contains a property with the specified name.
See Also
DocumentProperties Class | Aspose.Tasks Namespace