Click or drag to resize

PropertiesAdd Method (String, Object)

Adds a property to the collection with the default Attributes set (PropertyAttrs.writeable)

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	string name,
	Object theValue
)

Parameters

name
Type: SystemString
The name of the property.
theValue
Type: SystemObject
The value of the property.

Return Value

Type: Int32
The internal ArrayList index at which the value has been added.
See Also