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