NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
PropertyDictionary.AddReadOnly Method
[This is preliminary documentation and subject to change.]
Adds a property that cannot be changed.
[Visual Basic]
Overridable Public Sub AddReadOnly( _
ByVal
name As
String, _
ByVal
value As
String _
)
Parameters
-
name
- The name of the property.
-
value
- The value to assign to the property.
Remarks
Properties added with this method can never be changed. Note that they are removed if the Clear method is called.
See Also
PropertyDictionary Class | NAnt.Core Namespace