Gets or sets the ST_ID field of the invoice.

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

Syntax

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

See Also