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