Remove()

IBehaviorPropertyCollection::Remove(const System::String&) method

Removes specified property from the collection.

virtual bool Aspose::Slides::Animation::IBehaviorPropertyCollection::Remove(const System::String &propertyValue)=0

Arguments

ParameterTypeDescription
propertyValueconst System::String&Value of the property to remove.

Return Value

True if a property removed successfully bool

See Also