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