Description

Adds or replaces (updates) the named setting into settings dictionary collection.

Syntax

expression.Set(string Key, object Value)

where expression is an IPNDocConvQueueItem object.

Parameters

String Key

The key to add into the settings collection, or the name of an existing key to replace the current one with a new value.

object Value

The object to assoicate with the key in the settings collection.

Exceptions

Exception

Condition

NullReferenceException

The key passed in is null.

See Also:

Contains Get Remove Convert