Description
Constructor that sets the field code. It does not evaluate the field.
Visual Basic
Public Sub New( fieldCode As string )
C#
public Field( string fieldCode );
Parameters
| Parameters | Description |
|---|---|
| string fieldCode | Input field code |
Constructor that sets the field code. It does not evaluate the field.
Public Sub New( fieldCode As string )
public Field( string fieldCode );
| Parameters | Description |
|---|---|
| string fieldCode | Input field code |