Adds a PropertyDefinition object to the end of the list.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public int Add( PropertyDefinition value ) |
| Visual Basic |
|---|
Public Function Add ( _ value As PropertyDefinition _ ) As Integer |
| JScript |
|---|
public function Add( value : PropertyDefinition ) : int |
Parameters
- value
- Type: Ico.Gwx..::..PropertyDefinition
The PropertyDefinition object to add.