NAnt SDK Documentation - v0.85-nightly-2005-11-09

PropertyDictionary.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether a property already exists.

[Visual Basic]
Public Function Contains( _
   ByVal name As String _
) As Boolean
[C#]
public bool Contains(
   string name
);

Parameters

name
The name of the property to check.

Return Value

true if the specified property already exists; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.Contains(System.String)

See Also

PropertyDictionary Class | NAnt.Core Namespace