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 _
)
Parameters
-
name
- The name of the property.
-
value
- The value to assign to the property.
See Also
PropertyDictionary Class | NAnt.Core Namespace