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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property InfoItems As InfoItem()
C#
public InfoItem[] InfoItems { get; }
Visual C++
public:
property array<InfoItem^>^ InfoItems {
	array<InfoItem^>^ get ();
}