Gets or sets the hull type of the barge.

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

Syntax

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

Property Value

The hull type of the barge. The default value is Invalid.

Remarks

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

See Also