IconIndex Property

DTS Programming

DTS Programming

IconIndex Property

The IconIndex property returns an index that identifies the icon for the task class in the resource file that contains it.

Applies To
TaskInfo Object
Syntax

object.IconIndex

Part Description
object Expression that evaluates to a TaskInfo object

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIconIndex(long* pRetVal);

Remarks

The IconIndex property is zero based.

The resource file specification is available from the IconFile property.

See Also

IconFile Property