Description

Returns the named setting from the settings dictionary collection.

Syntax

expression.Get(string Key)

where expression is an IPNDocConvQueueItem object.

Returns a Object containing the property value. An exception is thrown if that property is not set.

Parameters

String Key

The key to locate 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 Set Remove Convert