XSegmentType Property
Indicates the current segment type.
Syntax
public X12readerXSegmentTypes XSegmentType { get; }
enum X12readerXSegmentTypes { stNone, stInterchange, stFunctionalGroup, stTransaction, stInterchangeHeader, stFunctionalGroupHeader, stTransactionHeader, stTransactionSegment, stTransactionLoop, stTransactionFooter, stFunctionalGroupFooter, stInterchangeFooter }
Public ReadOnly Property XSegmentType As X12readerXSegmentTypes
Enum X12readerXSegmentTypes stNone stInterchange stFunctionalGroup stTransaction stInterchangeHeader stFunctionalGroupHeader stTransactionHeader stTransactionSegment stTransactionLoop stTransactionFooter stFunctionalGroupFooter stInterchangeFooter End Enum
Default Value
0
Remarks
The current segment will be a control segment footer/header or a transaction data segment.
This property is read-only and not available at design time.