Heureka API .NET Documentation
Species Property (MapProperty)



Gets or sets the species that is being mapped (Applicable if the property is a SpeciesCollection).
Syntax
'Declaration
 
Public Property Species As Nullable(Of SpeciesGroupCode)
'Usage
 
Dim instance As MapProperty
Dim value As Nullable(Of SpeciesGroupCode)
 
instance.Species = value
 
value = instance.Species
public Nullable<SpeciesGroupCode> Species {get; set;}
public:
property Nullable<SpeciesGroupCode> Species {
   Nullable<SpeciesGroupCode> get();
   void set (    Nullable<SpeciesGroupCode> 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

MapProperty Class
MapProperty Members

Send Feedback