Internal use only
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Receiving As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int Receiving { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int Receiving sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_Receiving(); /** property */ public void set_Receiving(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Receiving() : int public CompilerGeneratedAttribute function set Receiving(value : int); |