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