Gets or sets the size of the Update request.

Namespace:  com.celigo.net.ServiceManager
Assembly:  ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public int UpdateRequestSize { get; set; }
Visual Basic (Declaration)
Public Property UpdateRequestSize As Integer
Visual C++
public:
property int UpdateRequestSize {
	int get ();
	void set (int value);
}

Field Value

The size of the Update request.

See Also