Description

Removes the setting from the dictionary collection.

Syntax

expression.Remove(string Key)

where expression is an IPNDocConvQueueItem object.

An exception is thrown if that property is not set.

Parameters

String Key

The key to remove from in the settings collection.

Exceptions

Exception

Condition

NullReferenceException

The key passed in is null.

COMException

The key does not exist in the collection.

See Also:

Contains Get Set Convert