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)
Syntaxbool Remove(
string propertyValue
)
Function Remove (
propertyValue As String
) As Boolean
bool Remove(
String^ propertyValue
)
abstract Remove :
propertyValue : string -> bool
Parameters
- propertyValue
- Type: SystemString
Value of the property to remove.
Return Value
Type:
Boolean
See Also