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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 .NET Edition - Version 20.0 [Build 8155]