Gets or sets the barge's type.

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

Syntax

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

Property Value

The barge's type. The default value is Invalid.

Remarks

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

See Also