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

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

Syntax

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

Property Value

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

See Also