PredefinedListField Constructor
Creates an instance of the Predefined List Field class.
Syntax
public PredefinedListField(
System.string name,
CodeWord[] codeList,
System.string defaultValue
)Public Function New( _
ByVal name As System.String, _
ByVal codeList() As CodeWord, _
ByVal defaultValue As System.String _
)Parameters
| Name | Description |
|---|---|
| name | The name of the Predefined List Field. |
| codeList | An array of Code Words for the Predefined List Field. |
| defaultValue | The default value of the Predefined List Field. |