PropertiesAdd Method (Property) |
Add a property object to the collection
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic int Add(
Property prop
)
Public Function Add (
prop As Property
) As Integer
Parameters
- prop
- Type: NetQuarryProperty
The property object.
Return Value
Type:
Int32The internal ArrayList index at which the value has been added.
See Also