Method AddMetadata
AddMetadata(uint, string, string)
Add a new metadata property to a metadata component
Declaration
[HandleProcessCorruptedStateExceptions]
public void AddMetadata(uint metadata, string name, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | metadata | The metadata component |
| string | name | The new property name |
| string | value | The new property value |