IBehaviorPropertyCollectionAdd Method (String) |
Adds a new property to the collection.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxvoid Add(
string propertyValue
)
Sub Add (
propertyValue As String
)
void Add(
String^ propertyValue
)
abstract Add :
propertyValue : string -> unit
Parameters
- propertyValue
- Type: SystemString
Value of the property to add.
See Also