'Declaration
<XmlArrayAttribute("HealthProducts")> <XmlArrayItemAttribute(Type=Selerix.BusinessObjects.DecisionSupport.Medical.HealthProductSettings, ElementName="HealthProduct")> Public Property HealthProductSettings As List(Of HealthProductSettings)
'Usage
Dim instance As Offering Dim value As List(Of HealthProductSettings) instance.HealthProductSettings = value value = instance.HealthProductSettings
[XmlArray("HealthProducts")] [XmlArrayItem(Type=Selerix.BusinessObjects.DecisionSupport.Medical.HealthProductSettings, ElementName="HealthProduct")] public List<HealthProductSettings> HealthProductSettings {get; set;}
public read-write property HealthProductSettings: List;
XmlArrayAttribute("HealthProducts") XmlArrayItemAttribute(Type=Selerix.BusinessObjects.DecisionSupport.Medical.HealthProductSettings, ElementName="HealthProduct") public function get,set HealthProductSettings : List
[XmlArray("HealthProducts")] [XmlArrayItem(Type=Selerix.BusinessObjects.DecisionSupport.Medical.HealthProductSettings, ElementName="HealthProduct")] public: __property List<HealthProductSettings*>* get_HealthProductSettings(); public: __property void set_HealthProductSettings( List<HealthProductSettings*>* value );
[XmlArray("HealthProducts")] [XmlArrayItem(Type=Selerix.BusinessObjects.DecisionSupport.Medical.HealthProductSettings, ElementName="HealthProduct")] public: property List<HealthProductSettings^>^ HealthProductSettings { List<HealthProductSettings^>^ get(); void set ( List<HealthProductSettings^>^ value); }