'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