Description

Tests whether a key exists in the settings collection.

Syntax

expression.Contains(Key)

where expression is an IPNDocConvQueueItem object.

Returns a Boolean True if the key exists in the settings collection, False if it does not.

Parameters

String Key

The key to locate in the settings collection.

Exceptions

Exception

Condition

ArgumentNullException

Key is null or empty

See Also:

Get Set Remove Convert