Gets or sets the ISBN of the publication.

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

Syntax

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

See Also