NAnt SDK Documentation - v0.92

PropertyDictionary.Remove Method 

Removes the property with the specified name.

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

Parameters

name
The name of the property to remove.

See Also

PropertyDictionary Class | NAnt.Core Namespace