Gets or sets the type of cover handling operation that was performed.

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

Syntax

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

Property Value

The type of cover handling operation that was performed. The default value is Invalid.

Remarks

This property is only used when the EventStatusType property is set to CoverHandling.

The CoverHandlingTypeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The CoverHandlingTypeSpecified property is automatically set to true when this property is set.

See Also