Gets or sets the load status of the barge at the time the event occurred.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual CicaBargeLoadStatus LoadStatus { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property LoadStatus As CicaBargeLoadStatus |
Visual C++ |
---|
public: virtual property CicaBargeLoadStatus LoadStatus { CicaBargeLoadStatus get (); void set (CicaBargeLoadStatus value); } |
Property Value
The load status of the barge at the time the event occurred. The default value is Invalid.Remarks
This property is only used when the EventStatusType property is set to Fleeting, Position, or Shift.
The LoadStatusSpecified property indicates whether or not this property will be included in the serialized class or generated document. The LoadStatusSpecified property is automatically set to true when this property is set.