Heureka API .NET Documentation
Property Property



Gets or sets the property that is being mapped.
Syntax
'Declaration
 
Public Property Property As PropertyInfo
'Usage
 
Dim instance As MapProperty
Dim value As PropertyInfo
 
instance.Property = value
 
value = instance.Property
public PropertyInfo Property {get; set;}
public:
property PropertyInfo^ Property {
   PropertyInfo^ get();
   void set (    PropertyInfo^ 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