'Declaration
Public Shadows Default Property Item( _ ByVal questionID As String _ ) As Answer
'Usage
Dim instance As AnswerCollection Dim questionID As String Dim value As Answer instance.Item(questionID) = value value = instance.Item(questionID)
public new Answer this[ string questionID ]; {get; set;}
public this: : Answer;[ questionID: String ]; read-write
public hide this[ questionID : String ] get,set : Answer
public: __property new Answer* get_Item string* questionID ; public: __property new void set_Item string* questionID, Answer* value ;
public: new property Answer^ default [String^] { Answer^ get(String^ questionID); void set (String^ questionID, Answer^ value); }
Parameters
- questionID