Initializes a new instance of the EventField class cloning the properties from another EventField
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public EventField( EventField field ) |
| Visual Basic |
|---|
Public Sub New ( _ field As EventField _ ) |
| JScript |
|---|
public function EventField( field : EventField ) |
Parameters
- field
- Type: Ico.Awx.Common..::..EventField
The EventField that will be cloned