BehaviorPropertyCollectionRemove 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)
Syntaxpublic bool Remove(
string propertyValue
)
Public Function Remove (
propertyValue As String
) As Boolean
public:
virtual bool Remove(
String^ propertyValue
) sealed
abstract Remove :
propertyValue : string -> bool
override Remove :
propertyValue : string -> bool
Parameters
- propertyValue
- Type: SystemString
Value of the property to remove.
Return Value
Type:
BooleanImplements
IBehaviorPropertyCollectionRemove(String)
See Also