The time that this connection was initiated
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property StartTime As Date <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public DateTime StartTime { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property DateTime StartTime sealed { DateTime get(); void set(DateTime value); } |
| J# |
|---|
| /** property */ public DateTime get_StartTime(); /** property */ public void set_StartTime(DateTime value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get StartTime() : DateTime public CompilerGeneratedAttribute function set StartTime(value : DateTime); |