'Declaration
<XmlArrayAttribute("CreditTypeAllowed")> <XmlArrayItemAttribute(Type=Selerix.BusinessObjects.CreditType, ElementName="CreditType")> Public Property CreditTypeAllowed As List(Of CreditType)
'Usage
Dim instance As GeneralRules Dim value As List(Of CreditType) instance.CreditTypeAllowed = value value = instance.CreditTypeAllowed
[XmlArray("CreditTypeAllowed")] [XmlArrayItem(Type=Selerix.BusinessObjects.CreditType, ElementName="CreditType")] public List<CreditType> CreditTypeAllowed {get; set;}
public read-write property CreditTypeAllowed: List;
XmlArrayAttribute("CreditTypeAllowed") XmlArrayItemAttribute(Type=Selerix.BusinessObjects.CreditType, ElementName="CreditType") public function get,set CreditTypeAllowed : List
[XmlArray("CreditTypeAllowed")] [XmlArrayItem(Type=Selerix.BusinessObjects.CreditType, ElementName="CreditType")] public: __property List<CreditType>* get_CreditTypeAllowed(); public: __property void set_CreditTypeAllowed( List<CreditType>* value );
[XmlArray("CreditTypeAllowed")] [XmlArrayItem(Type=Selerix.BusinessObjects.CreditType, ElementName="CreditType")] public: property List<CreditType>^ CreditTypeAllowed { List<CreditType>^ get(); void set ( List<CreditType>^ value); }