Read-only. Return index of current segment in concatenation. Index is in range [1,255]

Namespace: hr.tis.mgw.client.message
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SarSegmentSeqNum As Integer
C#
public int SarSegmentSeqNum { get; }
Visual C++
public:
property int SarSegmentSeqNum {
	int get ();
}