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)
Syntaxpublic void Add(
string name,
string value
)
Public Sub Add (
name As String,
value As String
)
public:
virtual void Add(
String^ name,
String^ value
) sealed
abstract Add :
name : string *
value : string -> unit
override Add :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
The name of the property. - value
- Type: SystemString
The alue of the property.
Implements
IControlPropertiesCollectionAdd(String, String)
See Also