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