Selerix Developer Tools
QuestionListItem Constructor(String,String)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > QuestionListItem Class > QuestionListItem Constructor : QuestionListItem Constructor(String,String)
The text.
The value.
Initializes a new instance of the QuestionListItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal value As String _
)
'Usage
 
Dim text As String
Dim value As String
 
Dim instance As New QuestionListItem(text, value)
public QuestionListItem( 
   string text,
   string value
)
public QuestionListItem( 
    text: String;
    value: String
); 
public function QuestionListItem( 
   text : String,
   value : String
);
public: QuestionListItem( 
   string* text,
   string* value
)
public:
QuestionListItem( 
   String^ text,
   String^ value
)

Parameters

text
The text.
value
The value.
See Also

Reference

QuestionListItem Class
QuestionListItem Members
Overload List