Gets or sets the maintenance codes used to indicate maintenance details about the barge that need to be communicated to the receiver.

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

Syntax

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

Property Value

The maintenance codes used to indicate maintenance details about the barge that need to be communicated to the receiver. The default value is None.

Remarks

The MaintenanceCodesSpecified property indicates whether or not this property will be included in the serialized class or generated document. The MaintenanceCodesSpecified property is automatically set to true when this property is set to something other than None.

See Also