Selerix Developer Tools
Add(String,String) Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > QuestionListItemCollection Class > Add Method : Add(String,String) Method
The val.
The text.
Adds the specified value.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal val As String, _
   ByVal text As String _
) 
'Usage
 
Dim instance As QuestionListItemCollection
Dim val As String
Dim text As String
 
instance.Add(val, text)
public void Add( 
   string val,
   string text
)
public procedure Add( 
    val: String;
    text: String
); 
public function Add( 
   val : String,
   text : String
);
public: void Add( 
   string* val,
   string* text
) 
public:
void Add( 
   String^ val,
   String^ text
) 

Parameters

val
The val.
text
The text.
See Also

Reference

QuestionListItemCollection Class
QuestionListItemCollection Members
Overload List