XML3 - API DLL Documentation
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Public property that gets or sets the ShipToName for the instatiated object.
Namespace: XMLV3API.OrderAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string ShipToName { get; set; } |
| Visual Basic |
|---|
Public Property ShipToName As String Get Set |
| Visual C++ |
|---|
public: property String^ ShipToName { String^ get (); void set (String^ value); } |