ControlPropertiesCollectionAdd Method

Adds a property to the collection.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void Add(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the property.
value
Type: SystemString
The alue of the property.

Implements

IControlPropertiesCollectionAdd(String, String)
See Also