Method AddMetaData
AddMetaData(string, string)
Adds a key value pair to the MetaData list. This can be used to store things like package version numbers.
Declaration
public void AddMetaData(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
string | key | The key for the MetaData. |
string | value | The value of the MetaData. |