'Declaration
<XmlArrayAttribute("CoveragePersons")> <XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Relationship, ElementName="Relationship")> Public CoveragePersons As List(Of Relationship)
'Usage
Dim instance As DependencyCondition Dim value As List(Of Relationship) value = instance.CoveragePersons instance.CoveragePersons = value
[XmlArray("CoveragePersons")] [XmlArrayItem(Type=Selerix.BusinessObjects.Relationship, ElementName="Relationship")] public List<Relationship> CoveragePersons
public field CoveragePersons: List;
XmlArrayAttribute("CoveragePersons") XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Relationship, ElementName="Relationship") public var CoveragePersons : List;
[XmlArray("CoveragePersons")] [XmlArrayItem(Type=Selerix.BusinessObjects.Relationship, ElementName="Relationship")] public: List<Relationship>* CoveragePersons
[XmlArray("CoveragePersons")] [XmlArrayItem(Type=Selerix.BusinessObjects.Relationship, ElementName="Relationship")] public: List<Relationship>^ CoveragePersons