Gets or sets the status code of this subscription (e.g., A for Active)

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

Syntax

C#
public string StatusCode { get; set; }
Visual Basic (Declaration)
Public Property StatusCode As String
Visual C++
public:
property String^ StatusCode {
	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