ChoiceFieldItem Constructor(String,String)
In This Topic
Initializes a new instance of the
ChoiceFieldItem class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public ChoiceFieldItem(
System.string ,
System.string
)
Parameters
- text
- The item's text.
- value
- The item's value.
See Also