Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CardType As String |
| C# |
|---|
| public string CardType { get; set; } |
| C++ |
|---|
| public property string CardType sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_CardType(); /** property */ public void set_CardType(string value); |
| JScript |
|---|
| public function get CardType() : String public function set CardType(value : String); |