Xceed Ultimate ListBox for Silverlight Documentation
FieldNameValuePair Constructor


The value associated with the field name.
The field name with which the value is associated.
Initializes a new instance of the FieldNameValuePair class.
Syntax
Public Function New( _
   ByVal value As Object, _
   ByVal fieldName As String _
)
Dim value As Object
Dim fieldName As String
 
Dim instance As New FieldNameValuePair(value, fieldName)
public FieldNameValuePair( 
   object value,
   string fieldName
)

Parameters

value
The value associated with the field name.
fieldName
The field name with which the value is associated.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FieldNameValuePair Class
FieldNameValuePair Members

Send Feedback