Read-only. Return total number of segments in concatenation

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 SarTotalSegments As Integer
C#
public int SarTotalSegments { get; }
Visual C++
public:
property int SarTotalSegments {
	int get ();
}