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