Gets or sets the type of delay that was experienced.

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

Syntax

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

Property Value

The type of delay that was experienced. The default value is Invalid.

Remarks

This property is only used when the EventStatusType property is set to Delay.

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

See Also