Gets or sets the type of covers on a barge.

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

Syntax

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

Property Value

The type of covers on a barge. The default value is Invalid.

Remarks

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

See Also