'Declaration
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Question, ElementName="Question")> Public Questions As QuestionCollection
'Usage
Dim instance As Transmittal Dim value As QuestionCollection value = instance.Questions instance.Questions = value
[XmlArrayItem(Type=Selerix.BusinessObjects.Question, ElementName="Question")] public QuestionCollection Questions
public field Questions: QuestionCollection;
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Question, ElementName="Question") public var Questions : QuestionCollection;
[XmlArrayItem(Type=Selerix.BusinessObjects.Question, ElementName="Question")] public: QuestionCollection* Questions
[XmlArrayItem(Type=Selerix.BusinessObjects.Question, ElementName="Question")] public: QuestionCollection^ Questions