Heureka API .NET Documentation
SpeciesList Property



Syntax
'Declaration
 
Public Property SpeciesList As IList(Of SpeciesItem)
'Usage
 
Dim instance As SpeciesConfigurationManager
Dim value As IList(Of SpeciesItem)
 
instance.SpeciesList = value
 
value = instance.SpeciesList
public IList<SpeciesItem> SpeciesList {get; set;}
public:
property IList<SpeciesItem^>^ SpeciesList {
   IList<SpeciesItem^>^ get();
   void set (    IList<SpeciesItem^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpeciesConfigurationManager Class
SpeciesConfigurationManager Members

Send Feedback