Initializes a new instance of the
LabeledValue class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Object, _
ByVal As System.String _
)
public LabeledValue(
System.object ,
System.string
)
Parameters
- value
- Value represented by the LabeledValue class.
- label
- Label of value.
See Also