Selerix Developer Tools
Item Property (QuestionListItemCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > QuestionListItemCollection Class : Item Property
Gets the QuestionListItem with the specified val.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal val As String _
) As QuestionListItem
'Usage
 
Dim instance As QuestionListItemCollection
Dim val As String
Dim value As QuestionListItem
 
value = instance.Item(val)
public new QuestionListItem this[ 
   string val
]; {get;}
public  this: : QuestionListItem;[ 
    val: String
]; read-only
public hide  this[ 
   val : String
] get : QuestionListItem
public: __property new QuestionListItem* get_Item   string* val
;
public:
new property QuestionListItem^ default [String^] {
   QuestionListItem^ get(String^ val);
}

Parameters

val
See Also

Reference

QuestionListItemCollection Class
QuestionListItemCollection Members