Heureka API .NET Documentation
EnumMapProperty Constructor



Initializes a new instance of the EnumMapProperty class
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Integer, _
   ByVal enumType As Type _
)
'Usage
 
Dim value As Integer
Dim enumType As Type
 
Dim instance As New EnumMapProperty(value, enumType)
public EnumMapProperty( 
   int value,
   Type enumType
)
public:
EnumMapProperty( 
   int value,
   Type^ enumType
)

Parameters

value
enumType
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

EnumMapProperty Class
EnumMapProperty Members

Send Feedback