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