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