PropertiesAdd Method (String, Object, PropertyAttrs, String) |
Add a new property object to the collection
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,
PropertyAttrs attributes,
string childKey
)
Public Function Add (
name As String,
theValue As Object,
attributes As PropertyAttrs,
childKey As String
) As Integer
Parameters
- name
- Type: SystemString
The name of the property. - theValue
- Type: SystemObject
The value of the property. - attributes
- Type: NetQuarryPropertyAttrs
Property attributes. (One of PropertyAttrs). - childKey
- Type: SystemString
The key of the object that this property applies to.
Return Value
Type:
Int32The internal ArrayList index at which the value has been added.
See Also