Selerix Developer Tools
Item Property (AnswerCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > AnswerCollection Class : Item Property
Gets or sets the Answer with the specified question ID.
Syntax
'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

Property Value

The Question ID.
See Also

Reference

AnswerCollection Class
AnswerCollection Members