XSegmentType Property
Indicates the current segment type.
Syntax
public VdareaderXSegmentTypes XSegmentType { get; }
enum VdareaderXSegmentTypes { stNone, stInterchange, stFunctionalGroup, stTransaction, stInterchangeHeader, stFunctionalGroupHeader, stTransactionHeader, stTransactionSegment, stTransactionLoop, stTransactionFooter, stFunctionalGroupFooter, stInterchangeFooter }
Public ReadOnly Property XSegmentType As VdareaderXSegmentTypes
Enum VdareaderXSegmentTypes 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.