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