Selerix Developer Tools
Applicants Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : Applicants Property
Gets or sets the applicants list who should answer this question.
Syntax
'Declaration
 
<XmlArrayAttribute("Applicants")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.ApplicantCC, ElementName="ApplicantCC")>
<BOXmlObservableItemAttribute(Selerix.BusinessObjects.ApplicantCC)>
<BOXmlListObservableItemAttribute(Mask="", 
   NodeName="Applicants", 
   Visible=True)>
Public Property Applicants As ApplicantCCCollection
'Usage
 
Dim instance As Question
Dim value As ApplicantCCCollection
 
instance.Applicants = value
 
value = instance.Applicants
[XmlArray("Applicants")]
[XmlArrayItem(Type=Selerix.BusinessObjects.ApplicantCC, ElementName="ApplicantCC")]
[BOXmlObservableItem(Selerix.BusinessObjects.ApplicantCC)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Applicants", 
   Visible=true)]
public ApplicantCCCollection Applicants {get; set;}
public read-write property Applicants: ApplicantCCCollection; 
XmlArrayAttribute("Applicants")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.ApplicantCC, ElementName="ApplicantCC")
BOXmlObservableItemAttribute(Selerix.BusinessObjects.ApplicantCC)
BOXmlListObservableItemAttribute(Mask="", 
   NodeName="Applicants", 
   Visible=)
public function get,set Applicants : ApplicantCCCollection
[XmlArray("Applicants")]
[XmlArrayItem(Type=Selerix.BusinessObjects.ApplicantCC, ElementName="ApplicantCC")]
[BOXmlObservableItem(Selerix.BusinessObjects.ApplicantCC)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Applicants", 
   Visible=true)]
public: __property ApplicantCCCollection* get_Applicants();
public: __property void set_Applicants( 
   ApplicantCCCollection* value
);
[XmlArray("Applicants")]
[XmlArrayItem(Type=Selerix.BusinessObjects.ApplicantCC, ElementName="ApplicantCC")]
[BOXmlObservableItem(Selerix.BusinessObjects.ApplicantCC)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Applicants", 
   Visible=true)]
public:
property ApplicantCCCollection^ Applicants {
   ApplicantCCCollection^ get();
   void set (    ApplicantCCCollection^ value);
}

Property Value

The applicants.
See Also

Reference

Question Class
Question Members