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); |