Heureka API .NET Documentation
LastSelectedMapProperty Property



List of the last selected map property
Syntax
'Declaration
 
Public Property LastSelectedMapProperty As String
'Usage
 
Dim instance As ProjectConfiguration
Dim value As String
 
instance.LastSelectedMapProperty = value
 
value = instance.LastSelectedMapProperty
public string LastSelectedMapProperty {get; set;}
public:
property String^ LastSelectedMapProperty {
   String^ get();
   void set (    String^ 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

ProjectConfiguration Class
ProjectConfiguration Members

Send Feedback