log4net SDK Reference

ThreadContextProperties.Remove Method 

Remove a property

[Visual Basic]
Public Sub Remove( _
   ByVal key As String _
)
[C#]
public void Remove(
   string key
);

Parameters

key
the key for the entry to remove

Remarks

Remove a property

See Also

ThreadContextProperties Class | log4net.Util Namespace