IBehaviorPropertyCollectionRemove Method (String)

Removes specified property from the collection.

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

Parameters

propertyValue
Type: SystemString
Value of the property to remove.

Return Value

Type: Boolean
See Also