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