BehaviorPropertyCollectionContains Method (String)

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool Contains(
	string propertyValue
)

Parameters

propertyValue
Type: SystemString
Value of the property to locate in the ICollectionT.

Return Value

Type: Boolean
true if propertyValue is found in the ICollectionT; otherwise, false.

Implements

IBehaviorPropertyCollectionContains(String)
See Also