Gets or sets the status of the event.

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

Syntax

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

Remarks

Possible values are A (Active), P (Pending), F (Frozen), C (Closed), and X (Cancelled).

See Also