Gets or sets the configuration of the covers on the barge.

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

Syntax

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

Property Value

The configuration of the covers on the barge. The default value is Invalid.

Remarks

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

See Also