NAnt SDK Documentation - v0.92

PropertyDictionary.Add Method 

Adds a property to the collection.

[Visual Basic]
Overridable Public Sub Add( _
   ByVal name As String, _
   ByVal value As String _
)
[C#]
public virtual void Add(
   string name,
   string value
);

Parameters

name
The name of the property.
value
The value to assign to the property.

See Also

PropertyDictionary Class | NAnt.Core Namespace