Selerix Developer Tools
BankTypeAllowed Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > GeneralRules Class : BankTypeAllowed Property
Gets or sets the bank types allowed.
Syntax
'Declaration
 
<XmlArrayAttribute("BankTypeAllowed")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.BankType, ElementName="BankType")>
Public Property BankTypeAllowed As List(Of BankType)
'Usage
 
Dim instance As GeneralRules
Dim value As List(Of BankType)
 
instance.BankTypeAllowed = value
 
value = instance.BankTypeAllowed
[XmlArray("BankTypeAllowed")]
[XmlArrayItem(Type=Selerix.BusinessObjects.BankType, ElementName="BankType")]
public List<BankType> BankTypeAllowed {get; set;}
public read-write property BankTypeAllowed: List; 
XmlArrayAttribute("BankTypeAllowed")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.BankType, ElementName="BankType")
public function get,set BankTypeAllowed : List
[XmlArray("BankTypeAllowed")]
[XmlArrayItem(Type=Selerix.BusinessObjects.BankType, ElementName="BankType")]
public: __property List<BankType>* get_BankTypeAllowed();
public: __property void set_BankTypeAllowed( 
   List<BankType>* value
);
[XmlArray("BankTypeAllowed")]
[XmlArrayItem(Type=Selerix.BusinessObjects.BankType, ElementName="BankType")]
public:
property List<BankType>^ BankTypeAllowed {
   List<BankType>^ get();
   void set (    List<BankType>^ value);
}

Property Value

The bank types allowed.
See Also

Reference

GeneralRules Class
GeneralRules Members