A unique identifier for the current request
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property RequestID As Guid <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public Guid RequestID { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property Guid RequestID sealed { Guid get(); void set(Guid value); } |
| J# |
|---|
| /** property */ public Guid get_RequestID(); /** property */ public void set_RequestID(Guid value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get RequestID() : Guid public CompilerGeneratedAttribute function set RequestID(value : Guid); |