Gets or sets the text identifying the shipping method for this instance.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string ShipMethod { get; set; }
Visual Basic (Declaration)
Public Property ShipMethod As String
Visual C++
public:
property String^ ShipMethod {
	String^ get ();
	void set (String^ value);
}

See Also