Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Crtd_DateTime As Date |
| C# |
|---|
| public DateTime Crtd_DateTime { get; set; } |
| C++ |
|---|
| public property DateTime Crtd_DateTime sealed { DateTime get(); void set(DateTime value); } |
| J# |
|---|
| /** property */ public DateTime get_Crtd_DateTime(); /** property */ public void set_Crtd_DateTime(DateTime value); |
| JScript |
|---|
| public function get Crtd_DateTime() : DateTime public function set Crtd_DateTime(value : DateTime); |