DictRelation.lineSubType(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.