Share via


DictRelation.lineSubType(Int32) Method

Definition

Retrieves the sub-type for the given table line.

public:
 virtual Dynamics::AX::Application::RelationshipSubType lineSubType(int _lineNumber);
public virtual Dynamics.AX.Application.RelationshipSubType lineSubType (int _lineNumber);
abstract member lineSubType : int -> Dynamics.AX.Application.RelationshipSubType
override this.lineSubType : int -> Dynamics.AX.Application.RelationshipSubType
Public Overridable Function lineSubType (_lineNumber As Integer) As RelationshipSubType

Parameters

_lineNumber
Int32

Returns

The sub-type for the given table line.

Applies to