Summary
Determines whether a property already exists.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PropertyDictionary
Syntax
public bool Contains(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the property to check. |
Return Value
Type | Description |
---|---|
bool |
true if the specified property already exists;
otherwise, false .
|