Remove Parameter Method

RemoveParameter removes the specified parameter from the current instance of SetMetadata.

Note If you attempt to remove a parameter that does not exist, or has already been removed previously, the Logging Library will generate an error.
data.RemoveParameter("Temperature");
Table 31. .NET Remove Parameter Method Parameter
Parameter Required? Data Type Description
parameterName Yes String Name of the parameter to remove.