Gets or sets the size of the Delete request.
Namespace:
com.celigo.net.ServiceManagerAssembly: ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public int DeleteRequestSize { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DeleteRequestSize As Integer |
| Visual C++ |
|---|
public: property int DeleteRequestSize { int get (); void set (int value); } |