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