DSLengthAttribute class | QSYS API Reference Guide

A non-RPG class may be stamped with this attribute to indicate a consumer RPG program to consider it as a Data Structure with the specified length.

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

Inheritance: Object –> Attribute

Constructors

Name Description
DSLengthAttribute(Int32) Initializes a DSLengthAttribute object. Describes the item as a data structure with the given length.

DSLengthAttribute(Int32)

Initializes a DSLengthAttribute object. Describes the item as a data structure with the given length.

DSLengthAttribute(Int32)

Parameters

Type Parameter name Description
Int32 length Length of the deta structure.

Properties

Type Name Description
Int32 Length Gets the length of the data structure.