Removes the first occurrence of a specific PropertyDefinition object from the list.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void Remove( PropertyDefinition value ) |
| Visual Basic |
|---|
Public Sub Remove ( _ value As PropertyDefinition _ ) |
| JScript |
|---|
public function Remove( value : PropertyDefinition ) |
Parameters
- value
- Type: Ico.Gwx..::..PropertyDefinition
The PropertyDefinition object to remove from the list.