Adds the specified key-value pair to the meta data of this instance.
| C# | Visual Basic | Visual 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 )
A reference to this instance so one can chain multiple calls
of this method together.
