Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogicalThreadContextProperties.Remove�Method�

Remove a property

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

Parameters

key
the key for the entry to remove

Remarks

Remove the value for the specified key from the context.

See Also

LogicalThreadContextProperties Class | log4net.Util Namespace