Heureka API .NET Documentation
SetLastPropertiesSelection Method



Save the result properties to a given key
Syntax
'Declaration
 
Public Sub SetLastPropertiesSelection( _
   ByVal key As String, _
   ByVal rpc As ResultPropertyCollection _
) 
'Usage
 
Dim instance As ProjectConfiguration
Dim key As String
Dim rpc As ResultPropertyCollection
 
instance.SetLastPropertiesSelection(key, rpc)
public void SetLastPropertiesSelection( 
   string key,
   ResultPropertyCollection rpc
)
public:
void SetLastPropertiesSelection( 
   String^ key,
   ResultPropertyCollection^ rpc
) 

Parameters

key
rpc
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