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