Gets or sets an indication of additional information related to this item.

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

Syntax

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

Remarks

If an attempt is made to set this with a value longer than 5 characters an error is generated.

See Also