Heureka API .NET Documentation
SpeciesMap Property



Syntax
'Declaration
 
Public Property SpeciesMap As IDictionary(Of Integer,Integer)
'Usage
 
Dim instance As SpeciesConfigurationManager
Dim value As IDictionary(Of Integer,Integer)
 
instance.SpeciesMap = value
 
value = instance.SpeciesMap
public IDictionary<int,int> SpeciesMap {get; set;}
public:
property IDictionary<int,int>^ SpeciesMap {
   IDictionary<int,int>^ get();
   void set (    IDictionary<int,int>^ 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