ServiceProgramUseAttribute class

Attribute to indicate the list of service programs to which a program is bound.

Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Attribute

Constructors

Name Description
ServiceProgramUseAttribute(Type[]) Attribute constructor.

ServiceProgramUseAttribute(Type[])

Attribute constructor.

ServiceProgramUseAttribute(Type[])

Parameters

Type Parameter name Description
Type[] types List of service program types a program is bound to.

Properties

Type Name Description
Type[] ProgramTypes Array containing the service program types.