Maximum bytes to send
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property SendMax As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int SendMax { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int SendMax sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_SendMax(); /** property */ public void set_SendMax(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get SendMax() : int public CompilerGeneratedAttribute function set SendMax(value : int); |