Remove Additional Info Method
- Updated2022-10-20
- 1 minute(s) read
Remove Additional Info Method
RemoveAdditionalInfo removes the specified information from the current instance of SetMetadata.
Note If you attempt to remove information that
does not exist or has already been removed, the Logging Library generates an
error.
data.RemoveAdditionalInfo ("Testing Lab");
| Parameter | Required? | Data Type | Description |
|---|---|---|---|
| infoName | Yes | String | Name of the information to remove. |