ComplexField Constructor
Creates an instance of the Complex Field class.
Syntax
public ComplexField(
System.string name,
System.int length
)Public Function New( _
ByVal name As System.String, _
ByVal length As System.Integer _
)Parameters
| Name | Description |
|---|---|
| name | The name of the Complex Field. |
| length | The number of characters for the Complex Field. |