Gets or sets the type of event that caused a change in the boat's status.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual CicaBoatEventStatusType EventStatusType { get; set; }
Visual Basic (Declaration)
Public Overridable Property EventStatusType As CicaBoatEventStatusType
Visual C++
public:
virtual property CicaBoatEventStatusType EventStatusType {
	CicaBoatEventStatusType get ();
	void set (CicaBoatEventStatusType value);
}

Property Value

The type of event that caused a change in the boat's status. The default value is Invalid.

See Also