Gets or sets the status of the event.

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

Syntax

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