BehaviorPropertyCollectionIndexOf Method (String)

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

Parameters

propertyValue
Type: SystemString
value of the property

Return Value

Type: Int32
The index of the property with the specified value

Implements

IBehaviorPropertyCollectionIndexOf(String)
See Also