PropertyCollection.Add method
Adds a property to the collection by using various options.
Overload list
Name | Description | |
---|---|---|
Add(String, Object) | Adds a property to the collection by using the name and the value of the property. | |
Add(String, Object, String) | Adds a property to the collection by using the name, value, and setting identifier of the property. |
Top