Gets or sets the size of the Add request.

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

Syntax

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

Field Value

The size of the Add request.

See Also