XML3 - API DLL Documentation
Property to Get or Set the EAN property.

Namespace: XMLV3API.Order
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Field Value

Return Value

Remarks