RanorexRanorex Documentation
Add Method (key, value)
NamespacesRanorex.CoreSimpleReportMetadataAdd(String, String)
Adds the specified key-value pair to the meta data of this instance.
Declaration Syntax
C#Visual BasicVisual C++
public SimpleReportMetadata Add(
	string key,
	string value
)
Public Function Add ( _
	key As String, _
	value As String _
) As SimpleReportMetadata
public:
SimpleReportMetadata^ Add(
	String^ key, 
	String^ value
)
Parameters
key (String)
The key of the key-value pair.
value (String)
The value of the key-value pair.
Return Value
A reference to this instance so one can chain multiple calls of this method together.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)