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