Gets or sets the status of the load or unload operation.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual CicaEventCompletionStatus CargoTransferStatus { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property CargoTransferStatus As CicaEventCompletionStatus |
Visual C++ |
---|
public: virtual property CicaEventCompletionStatus CargoTransferStatus { CicaEventCompletionStatus get (); void set (CicaEventCompletionStatus value); } |
Property Value
Indicates if the load or unload event has been started, partially completed (i.e. not all of the commodity was loaded or unloaded from the barge), or completed. The default value is Invalid.Remarks
This property is only used when the EventStatusType property is set to Load or Unload.
The CargoTransferStatusSpecified property indicates whether or not this property will be included in the serialized class or generated document. The CargoTransferStatusSpecified property is automatically set to true when this property is set.