Gets or sets the type of cleaning operation that was or should
be performed.
Namespace:
BargeEx.InternalAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual CicaCleanType CleanType { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property CleanType As CicaCleanType |
Visual C++ |
---|
public: virtual property CicaCleanType CleanType { CicaCleanType get (); void set (CicaCleanType value); } |
Property Value
The type of cleaning operation that was or will be performed. The default value is Invalid.Remarks
This property is only used when the LineItemType property is set to Clean.
The CleanTypeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The CleanTypeSpecified property is automatically set to true when this property is set.